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 70cff07 commit a005c48Copy full SHA for a005c48
dev/build.gradle
@@ -18,8 +18,8 @@ dependencies {
18
api 'com.github.QuiltMC:quiltflower:1.8.1'
19
api 'com.google.code.gson:gson:2.2.4'
20
api 'org.semver4j:semver4j:4.3.0'
21
- api 'org.ow2.asm:asm-commons:9.4'
22
- api 'org.ow2.asm:asm-util:9.4'
+ api 'org.ow2.asm:asm-commons:9.5'
+ api 'org.ow2.asm:asm-util:9.5'
23
// Need LWJGL 2 for game decompilation.
24
api('org.lwjgl.lwjgl:lwjgl:2.9.3') {
25
transitive = false
0 commit comments