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/kotlin/Versions.kt

8 lines
241 B

object Versions {
const val dependencyLicenseReport = "1.16"
const val dokka = "1.4.30"
const val kotlin = "1.4.32"
const val kotlinter = "3.4.0"
const val shadowPlugin = "6.1.0"
const val versionsPlugin = "0.38.0"
}