Skip to content

Commit c00b845

Browse files
authored
Merge pull request #3223 from scala-steward/update/asm-9.7.1
Update asm to 9.7.1
2 parents b2a1336 + df0091c commit c00b845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/deps.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ object Deps {
137137
// that Scala CLI supports.
138138
def ammonite = ivy"com.lihaoyi:::ammonite:${Versions.ammonite}"
139139
def ammoniteForScala3Lts = ivy"com.lihaoyi:::ammonite:${Versions.ammoniteForScala3Lts}"
140-
def asm = ivy"org.ow2.asm:asm:9.7"
140+
def asm = ivy"org.ow2.asm:asm:9.7.1"
141141
// Force using of 2.13 - is there a better way?
142142
def bloopConfig = ivy"ch.epfl.scala:bloop-config_2.13:2.0.3"
143143
.exclude(("com.github.plokhotnyuk.jsoniter-scala", "jsoniter-scala-core_2.13"))

0 commit comments

Comments
 (0)