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.
1 parent e53cea0 commit 55edf8eCopy full SHA for 55edf8e
project/deps.sc
@@ -148,7 +148,7 @@ object Deps {
148
def ammoniteForScala3Lts = ivy"com.lihaoyi:::ammonite:${Versions.ammoniteForScala3Lts}"
149
def argonautShapeless =
150
ivy"com.github.alexarchambault:argonaut-shapeless_6.3_2.13:${Versions.argonautShapeless}"
151
- def asm = ivy"org.ow2.asm:asm:9.7.1"
+ def asm = ivy"org.ow2.asm:asm:9.8"
152
// Force using of 2.13 - is there a better way?
153
def bloopConfig = ivy"ch.epfl.scala:bloop-config_2.13:2.3.2"
154
.exclude(("com.github.plokhotnyuk.jsoniter-scala", "jsoniter-scala-core_2.13"))
0 commit comments