Skip to content

Commit

Permalink
Merge pull request #3223 from scala-steward/update/asm-9.7.1
Browse files Browse the repository at this point in the history
Update asm to 9.7.1
  • Loading branch information
tgodzik authored Oct 8, 2024
2 parents b2a1336 + df0091c commit c00b845
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 @@ -137,7 +137,7 @@ object Deps {
// that Scala CLI supports.
def ammonite = ivy"com.lihaoyi:::ammonite:${Versions.ammonite}"
def ammoniteForScala3Lts = ivy"com.lihaoyi:::ammonite:${Versions.ammoniteForScala3Lts}"
def asm = ivy"org.ow2.asm:asm:9.7"
def asm = ivy"org.ow2.asm:asm:9.7.1"
// Force using of 2.13 - is there a better way?
def bloopConfig = ivy"ch.epfl.scala:bloop-config_2.13:2.0.3"
.exclude(("com.github.plokhotnyuk.jsoniter-scala", "jsoniter-scala-core_2.13"))
Expand Down

0 comments on commit c00b845

Please sign in to comment.