Skip to content
This repository was archived by the owner on Nov 24, 2018. It is now read-only.

Commit 3cee405

Browse files
committed
Updated for v10
1 parent 11896d1 commit 3cee405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ repositories {
1515

1616
dependencies {
1717
testCompile group: 'junit', name: 'junit', version: '4.12'
18-
compile 'net.olympiccode:vHackOSAPI-Java:dev-SNAPSHOT'
1918
compile group: 'org.json', name: 'json', version: '20090211'
2019
compile 'org.reflections:reflections:0.9.10'
2120
compile 'com.google.code.gson:gson:2.8.2'
2221
compile 'ch.qos.logback:logback-classic:1.2.3'
2322
compile 'com.google.guava:guava:24.0-jre'
23+
compile 'net.olympiccode:vHackOSAPI-Java:v1.1-beta'
2424
}
2525
mainClassName = "net.olympiccode.vhackos.bot.core.vHackOSBot"
2626
shadowJar.destinationDir = file("/build/libs")

0 commit comments

Comments
 (0)