Skip to content

Commit

Permalink
Update asm to 9.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 6, 2024
1 parent 6342755 commit c9cf679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ object amm extends Cross[MainModule](fullCrossScalaVersions) {
else
Agg[Dep](
ivy"org.scala-lang::scala3-compiler:${scalaVersion()}",
ivy"org.ow2.asm:asm:9.7"
ivy"org.ow2.asm:asm:9.7.1"
)
super.ivyDeps() ++ scalaSpecificDeps ++ Agg(
Deps.javassist,
Expand Down

0 comments on commit c9cf679

Please sign in to comment.