Skip to content

Commit 0b48792

Browse files
committed
fixing it again bronsh
1 parent 08fdb78 commit 0b48792

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies {
1313
compileOnly 'com.github.java-game-server:ws-java-client:3.0.4'
1414

1515
// https://mvnrepository.com/artifact/org.slf4j/slf4j-log4j12
16-
compileOnly group: 'org.slf4j', name: 'slf4j-log4j12', version: '1.7.25'
16+
compileOnly 'org.slf4j:slf4j-log4j12:1.7.25'
1717

1818
// This dependency is used internally, and not exposed to consumers on their own compile classpath.
1919
implementation 'com.google.guava:guava:21.0'
@@ -22,6 +22,6 @@ dependencies {
2222
testImplementation 'junit:junit:4.12'
2323

2424
// https://mvnrepository.com/artifact/com.google.code.gson/gson
25-
compileOnly group: 'com.google.code.gson', name: 'gson', version: '2.8.2'
25+
compileOnly 'com.google.code.gson:gson:2.8.2'
2626
}
2727

src/main/java/com/apporelbotna/gameserver/pongserver/properties/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=1.0.5
1+
version=1.0.6
22
name=PongServer
33

44
server.ip=localhost

0 commit comments

Comments
 (0)