Skip to content

Commit ff34638

Browse files
author
theAprel
committed
Update build.gradle
1 parent 2bd0589 commit ff34638

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

build.gradle

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repositories {
99
}
1010

1111
group = 'org.java_websocket'
12-
version = '1.3.8'
12+
version = '1.4.0-SNAPSHOT'
1313
sourceCompatibility = 1.6
1414
targetCompatibility = 1.6
1515

@@ -25,6 +25,10 @@ configure(install.repositories.mavenInstaller) {
2525

2626
dependencies {
2727
deployerJars "org.apache.maven.wagon:wagon-webdav:1.0-beta-2"
28+
compile group: 'org.slf4j', name: 'slf4j-api', version: '1.7.25'
29+
testCompile group: 'org.slf4j', name: 'slf4j-simple', version: '1.7.25'
30+
testCompile group: 'junit', name: 'junit', version: '4.11'
31+
testCompile group: 'org.json', name: 'json', version: '20180130'
2832
}
2933

3034

0 commit comments

Comments
 (0)