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 42ad5f8 commit 2df855dCopy full SHA for 2df855d
games-server/build.gradle
@@ -62,7 +62,7 @@ dependencies {
62
compile 'org.slf4j:slf4j-log4j12:1.7.30'
63
compile "com.github.lewik.klog:klog-jvm:$kotlin_version"
64
compile "io.javalin:javalin:2.8.0"
65
- compile "com.github.kittinunf.fuel:fuel:2.3.0"
+ compile "com.github.kittinunf.fuel:fuel:2.3.1"
66
compile group: 'com.amazonaws', name: 'aws-java-sdk-dynamodb', version: '1.11.879'
67
compile group: 'org.postgresql', name: 'postgresql', version: '42.2.14'
68
compile 'com.zaxxer:HikariCP:3.4.5'
0 commit comments