Skip to content

Commit

Permalink
Update runelite version
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoinkwiz committed Oct 28, 2020
1 parent 266534d commit 6b4b7a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {
mavenCentral()
}

def runeLiteVersion = '1.6.29'
def runeLiteVersion = '1.6.30'

dependencies {
compileOnly group: 'net.runelite', name:'client', version: runeLiteVersion
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/questhelper/ItemCollections.java
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public class ItemCollections
ItemID.GILDED_PICKAXE,
ItemID.RUNE_PICKAXE,
ItemID.DRAGON_PICKAXE,
ItemID.DRAGON_PICKAXEOR,
ItemID.DRAGON_PICKAXE_OR,
ItemID.INFERNAL_PICKAXE,
ItemID._3RD_AGE_PICKAXE,
ItemID.CRYSTAL_PICKAXE)
Expand Down

0 comments on commit 6b4b7a6

Please sign in to comment.