Skip to content

Commit

Permalink
Update runelite to 1.8.19
Browse files Browse the repository at this point in the history
  • Loading branch information
melkypie authored May 11, 2022
1 parent da42bf2 commit 29c4a77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ lombok {
generateLombokConfig.enabled = false
}

def runeliteVersion = "1.7.5"
def runeliteVersion = "1.8.19"

dependencies {
implementation "org.slf4j:slf4j-simple:1.7.12"
Expand All @@ -47,4 +47,4 @@ tasks.withType(JavaCompile) {
shadowJar {
destinationDirectory.set(file("${rootDir}"))
archiveFileName = "shadow.jar"
}
}

0 comments on commit 29c4a77

Please sign in to comment.