Skip to content

Commit 96893a0

Browse files
committed
Fixing gradle dependencies
1 parent 7c761d9 commit 96893a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ dependencies {
2727
compileOnly 'org.springframework.hateoas:spring-hateoas:0.24.0.RELEASE'
2828

2929
// PersistenceWS Stubs
30-
compileOnly 'com.github.java-game-server:stubs:0.6.2'
30+
compile 'com.github.java-game-server:stubs:0.6.2'
3131

3232
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=2.0.0
1+
version=2.0.1
22
name=PersistenceWSClient
33

44
server.url=http\://localhost\:8082/

0 commit comments

Comments
 (0)