Skip to content
This repository has been archived by the owner on Apr 8, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2542 from Owain94/injectorplugin-1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Owain94 authored May 1, 2020
2 parents 606f446 + 41508a7 commit c3a399b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
}

Expand Down
1 change: 0 additions & 1 deletion buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ object ProjectVersions {
const val rlVersion = "1.6.12"

const val openosrsVersion = "3.3.1"
const val openosrsInjectorVersion = "1.0.3.1"

const val rsversion = 189
const val cacheversion = 165
Expand Down

0 comments on commit c3a399b

Please sign in to comment.