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

19 lines
612 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.1"
const val javaParser = "3.15.11"
const val jimfs = "1.1"
const val junit = "5.6.0"
const val kotlin = "1.3.61"
const val kotlinter = "2.3.0"
const val logback = "1.2.3"
const val netty = "4.1.45.Final"
const val openrs2Natives = "2.0.0"
const val shadowPlugin = "5.2.0"
const val versionsPlugin = "0.27.0"
}