Skip to content

Commit

Permalink
Update asm, asm-analysis, asm-tree, asm-util to 9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-bot authored and xuwei-k committed Mar 23, 2024
1 parent b0b3b09 commit 2eedb3c
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.6"
val asmVersion = "9.7"
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 2eedb3c

Please sign in to comment.