Skip to content

Commit

Permalink
Update asm to 9.6 (#2442)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 4, 2023
1 parent 32c9bae commit 74a308f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/deps.sc
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ object Deps {
// This dependency is used to ensure that Ammonite is available for Scala versions
// that Scala CLI supports.
def ammonite = ivy"com.lihaoyi:::ammonite:3.0.0-M0-53-084f7f4e"
def asm = ivy"org.ow2.asm:asm:9.5"
def asm = ivy"org.ow2.asm:asm:9.6"
// Force using of 2.13 - is there a better way?
def bloopConfig = ivy"ch.epfl.scala:bloop-config_2.13:1.5.5"
def bloopRifle = ivy"io.github.alexarchambault.bleep:bloop-rifle_2.13:1.5.11-sc-2"
Expand Down

0 comments on commit 74a308f

Please sign in to comment.