Merge pull request #2840 from open-osrs/update-injector

gradle: update injector version
This commit is contained in:
ThatGamerBlue
2020-10-27 13:21:43 +01:00
committed by GitHub

View File

@@ -36,7 +36,7 @@ buildscript {
dependencies { dependencies {
classpath("org.ajoberstar.grgit:grgit-core:4.1.0") classpath("org.ajoberstar.grgit:grgit-core:4.1.0")
classpath("com.github.ben-manes:gradle-versions-plugin:0.33.0") classpath("com.github.ben-manes:gradle-versions-plugin:0.33.0")
classpath("com.openosrs:injector-plugin:1.1.6") classpath("com.openosrs:injector-plugin:1.1.7")
} }
} }