regenerate template plugin

from commit e4427dcc901ec5a04ea4b55b00ca07048496b98c
This commit is contained in:
Max Weber
2020-12-23 05:35:56 -07:00
parent 2357276bd7
commit a622c62c51

View File

@@ -10,7 +10,7 @@ repositories {
mavenCentral()
}
def runeLiteVersion = '1.6.26.1'
def runeLiteVersion = '1.6.35'
dependencies {
compileOnly group: 'net.runelite', name:'client', version: runeLiteVersion
@@ -19,10 +19,7 @@ dependencies {
annotationProcessor 'org.projectlombok:lombok:1.18.4'
testImplementation 'junit:junit:4.12'
testImplementation 'org.slf4j:slf4j-simple:1.7.12'
testImplementation group: 'net.runelite', name:'client', version: runeLiteVersion, {
exclude group: 'ch.qos.logback', module: 'logback-classic'
}
testImplementation group: 'net.runelite', name:'client', version: runeLiteVersion
}
group = 'com.example'