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 37e4336 commit 1000baeCopy full SHA for 1000bae
build.gradle
@@ -44,13 +44,13 @@ dependencies {
44
/* General */
45
shade("com.github.JnCrMx:discord-game-sdk4j:0.5.4")
46
shade("io.javalin:javalin:4.1.1")
47
- shade("org.slf4j:slf4j-nop:1.7.31")
48
- shade("info.picocli:picocli:4.6.1")
+ shade("org.slf4j:slf4j-nop:1.7.32")
+ shade("info.picocli:picocli:4.6.2")
49
shade("org.reflections:reflections:0.10.2")
50
51
/* Data handling */
52
- shade("com.google.code.gson:gson:2.8.8")
53
- shade("org.rauschig:jarchivelib:0.7.1")
+ shade("com.google.code.gson:gson:2.8.9")
+ shade("org.rauschig:jarchivelib:1.2.0")
54
}
55
56
shadowJar {
0 commit comments