Skip to content

Commit

Permalink
Updated Runelite version
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoinkwiz committed Jul 16, 2020
1 parent a2f2aa1 commit ecc792f
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 @@ -10,7 +10,7 @@ repositories {
mavenCentral()
}

def runeLiteVersion = '1.6.21.1'
def runeLiteVersion = '1.6.22'

dependencies {
compileOnly group: 'net.runelite', name:'client', version: runeLiteVersion
Expand All @@ -25,7 +25,7 @@ dependencies {
}

group = 'com.example'
version = '1.6.21.1'
version = '1.6.22'
sourceCompatibility = '1.8'

tasks.withType(JavaCompile) {
Expand Down

0 comments on commit ecc792f

Please sign in to comment.