Skip to content

Commit 6fa1414

Browse files
authored
Bump ASM version to 9.7
1 parent a7740e7 commit 6fa1414

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repositories {
2626
dependencies {
2727
//noinspection VulnerableLibrariesLocal
2828
compileOnly 'org.spigotmc:spigot-api:1.13.2-R0.1-SNAPSHOT'
29-
shadow 'org.ow2.asm:asm:9.4'
29+
shadow 'org.ow2.asm:asm:9.7'
3030
}
3131

3232
compileJava {
@@ -107,4 +107,4 @@ task replacerJar(type: ShadowJar) {
107107
'Agent-Class': 'org.skriptlang.addonpatcher.variants.agent.Agent'
108108
)
109109
}
110-
}
110+
}

0 commit comments

Comments
 (0)