Skip to content

Commit

Permalink
Merge pull request #101 from CubeWhyMC/dependabot/gradle/org.ow2.asm-…
Browse files Browse the repository at this point in the history
…asm-9.7.1

Bump org.ow2.asm:asm from 9.7 to 9.7.1
  • Loading branch information
cubewhy authored Oct 7, 2024
2 parents ab811ff + 487018e commit 2ddecc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies {
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3")

implementation("org.ow2.asm:asm:9.7")
implementation("org.ow2.asm:asm:9.7.1")
}

tasks.shadowJar {
Expand Down

0 comments on commit 2ddecc0

Please sign in to comment.