From 94d96f6ef88013ef4000193fb9469c1a1f622dc7 Mon Sep 17 00:00:00 2001 From: ThatGamerBlue Date: Tue, 27 Oct 2020 12:36:38 +0100 Subject: [PATCH] gradle: update injector version --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index d8e29154f2..2509dc3346 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -36,7 +36,7 @@ buildscript { dependencies { classpath("org.ajoberstar.grgit:grgit-core:4.1.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") } }