Skip to content

Commit

Permalink
Update asm, asm-analysis, asm-tree, asm-util to 9.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-bot committed Oct 6, 2024
1 parent f0ed571 commit a18cd48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ object Dependencies {
def runtime (deps: ModuleID*): Seq[ModuleID] = deps map (_ % "runtime")
def container (deps: ModuleID*): Seq[ModuleID] = deps map (_ % "container")

val asmVersion = "9.7"
val asmVersion = "9.7.1"
val asm = "org.ow2.asm" % "asm" % asmVersion
val asmTree = "org.ow2.asm" % "asm-tree" % asmVersion
val asmAnalysis = "org.ow2.asm" % "asm-analysis" % asmVersion
Expand Down

0 comments on commit a18cd48

Please sign in to comment.