mirror of
https://github.com/runelite/example-plugin.git
synced 2025-12-23 22:38:00 -05:00
Bump RL Client dependency version (#4)
The 1.6.35 dependency version fails to resolve the JOGL native `jogl-all-2.4.0-rc-20200429-natives-macosx-universal.jar`
This commit is contained in:
@@ -10,7 +10,7 @@ repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
def runeLiteVersion = '1.6.35'
|
||||
def runeLiteVersion = '1.7.5'
|
||||
|
||||
dependencies {
|
||||
compileOnly group: 'net.runelite', name:'client', version: runeLiteVersion
|
||||
|
||||
Reference in New Issue
Block a user