project: Use latest injector

This commit is contained in:
Owain van Brakel
2020-05-01 13:35:18 +02:00
parent 606f446cda
commit 41508a74fe
2 changed files with 1 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ buildscript {
dependencies {
classpath("org.ajoberstar.grgit:grgit-core:4.0.2")
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")
}
}