Skip to content

Commit 8b11811

Browse files
authored
Merge pull request #4 from Pikachu920/patch-1
Bump ASM version to 9.7
2 parents a7740e7 + 6fa1414 commit 8b11811

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
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)