forked from openrs2/openrs2
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
1.1 KiB
33 lines
1.1 KiB
object Versions {
|
|
const val asm = "9.0"
|
|
const val bouncyCastlePkix = "1.68"
|
|
const val bouncyCastleProvider = "1.68"
|
|
const val clikt = "3.1.0"
|
|
const val commonsCompress = "1.20"
|
|
const val dependencyLicenseReport = "1.16"
|
|
const val dokka = "1.4.20"
|
|
const val fastutil = "8.5.1"
|
|
const val fernflower = "1.1.0"
|
|
const val flyway = "7.5.2"
|
|
const val guava = "30.1-jre"
|
|
const val guice = "5.0.0-BETA-1"
|
|
const val h2 = "1.4.200"
|
|
const val inlineLogger = "1.0.3"
|
|
const val jackson = "2.12.1"
|
|
const val javaParser = "3.18.0"
|
|
const val jdom = "2.0.6"
|
|
const val jgrapht = "1.5.0"
|
|
const val jimfs = "1.2"
|
|
const val junit = "5.7.0"
|
|
const val kotlin = "1.4.21-2"
|
|
const val kotlinCoroutines = "1.4.2"
|
|
const val kotlinter = "3.3.0"
|
|
const val logback = "1.2.3"
|
|
const val netty = "4.1.58.Final"
|
|
const val nettyIoUring = "0.0.3.Final"
|
|
const val openrs2Natives = "3.2.0"
|
|
const val postgres = "42.2.18"
|
|
const val shadowPlugin = "6.1.0"
|
|
const val versionsPlugin = "0.36.0"
|
|
const val xz = "1.8"
|
|
}
|
|
|