We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bd0589 commit ff34638Copy full SHA for ff34638
build.gradle
@@ -9,7 +9,7 @@ repositories {
9
}
10
11
group = 'org.java_websocket'
12
-version = '1.3.8'
+version = '1.4.0-SNAPSHOT'
13
sourceCompatibility = 1.6
14
targetCompatibility = 1.6
15
@@ -25,6 +25,10 @@ configure(install.repositories.mavenInstaller) {
25
26
dependencies {
27
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'
32
33
34
0 commit comments