From fa2944d50af5fd56be66cfe6f1964734a9b734a5 Mon Sep 17 00:00:00 2001 From: Lucwousin Date: Sun, 19 Jul 2020 03:21:51 +0200 Subject: [PATCH] Use new injector ver --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 0c1eb010fb..a127e9dfec 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -34,8 +34,8 @@ buildscript { } dependencies { classpath("org.ajoberstar.grgit:grgit-core:4.0.2") - classpath("com.github.ben-manes:gradle-versions-plugin:0.29.0") - classpath("com.openosrs:injector-plugin:1.1.4") + classpath("com.github.ben-manes:gradle-versions-plugin:0.28.0") + classpath("com.openosrs:injector-plugin:1.1.5") } }