File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/java/com/apporelbotna/gameserver/pongserver/properties Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1- version =1.0.5
1+ version =1.0.6
22name =PongServer
33
44server.ip =localhost
You can’t perform that action at this time.
0 commit comments