We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b2a1336 + df0091c commit c00b845Copy full SHA for c00b845
project/deps.sc
@@ -137,7 +137,7 @@ object Deps {
137
// that Scala CLI supports.
138
def ammonite = ivy"com.lihaoyi:::ammonite:${Versions.ammonite}"
139
def ammoniteForScala3Lts = ivy"com.lihaoyi:::ammonite:${Versions.ammoniteForScala3Lts}"
140
- def asm = ivy"org.ow2.asm:asm:9.7"
+ def asm = ivy"org.ow2.asm:asm:9.7.1"
141
// Force using of 2.13 - is there a better way?
142
def bloopConfig = ivy"ch.epfl.scala:bloop-config_2.13:2.0.3"
143
.exclude(("com.github.plokhotnyuk.jsoniter-scala", "jsoniter-scala-core_2.13"))
0 commit comments