Open-source multiplayer game server compatible with the RuneScape client https://www.openrs2.org/
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.
 
 
 
 
openrs2/buildSrc/src/main/java/Versions.kt

20 lines
641 B

object Versions {
const val asm = "7.3.1"
const val bouncyCastle = "1.64"
const val dependencyLicenseReport = "1.13"
const val fernflower = "1.0.3"
const val guava = "28.2-jre"
const val guice = "4.2.2"
const val inlineLogger = "1.0.2"
const val javaParser = "3.15.14"
const val jdom = "2.0.6"
const val jimfs = "1.1"
const val junit = "5.6.0"
const val kotlin = "1.3.70"
const val kotlinter = "2.3.2"
const val logback = "1.2.3"
const val netty = "4.1.46.Final"
const val openrs2Natives = "2.0.1"
const val shadowPlugin = "5.2.0"
const val versionsPlugin = "0.28.0"
}