Merge pull request #2542 from Owain94/injectorplugin-1.1.0
This commit is contained in:
@@ -35,7 +35,7 @@ buildscript {
|
|||||||
dependencies {
|
dependencies {
|
||||||
classpath("org.ajoberstar.grgit:grgit-core:4.0.2")
|
classpath("org.ajoberstar.grgit:grgit-core:4.0.2")
|
||||||
classpath("com.github.ben-manes:gradle-versions-plugin:0.28.0")
|
classpath("com.github.ben-manes:gradle-versions-plugin:0.28.0")
|
||||||
classpath("com.openosrs:injector-plugin:${ProjectVersions.openosrsInjectorVersion}")
|
classpath("com.openosrs:injector-plugin:1.1.0")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -28,7 +28,6 @@ object ProjectVersions {
|
|||||||
const val rlVersion = "1.6.12"
|
const val rlVersion = "1.6.12"
|
||||||
|
|
||||||
const val openosrsVersion = "3.3.1"
|
const val openosrsVersion = "3.3.1"
|
||||||
const val openosrsInjectorVersion = "1.0.3.1"
|
|
||||||
|
|
||||||
const val rsversion = 189
|
const val rsversion = 189
|
||||||
const val cacheversion = 165
|
const val cacheversion = 165
|
||||||
|
|||||||
Reference in New Issue
Block a user