Skip to content

Commit

Permalink
Add helper for the The Curse of Arrav quest (#1833)
Browse files Browse the repository at this point in the history
  • Loading branch information
pajlada authored Nov 18, 2024
1 parent 3baefc8 commit 3125e28
Show file tree
Hide file tree
Showing 27 changed files with 2,756 additions and 15 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ dependencies {
testImplementation group: "org.junit.jupiter", name: "junit-jupiter-engine", version: junitVersion

testImplementation group: 'org.mockito', name:'mockito-core', version: "4.11.0" // runelite uses 3.1.0
testImplementation group: 'org.mockito', name:'mockito-inline', version: "4.11.0"
testImplementation(group: 'com.google.inject.extensions', name:'guice-testlib', version: "4.1.0") {
exclude group: 'com.google.inject', module: 'guice' // already provided by runelite
}
Expand Down
Loading

0 comments on commit 3125e28

Please sign in to comment.