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 e9fe2e7 commit 715b3d4Copy full SHA for 715b3d4
project/deps.sc
@@ -105,7 +105,7 @@ object Deps {
105
// This dependency is used to ensure that Ammonite is available for Scala versions
106
// that Scala CLI supports.
107
def ammonite = ivy"com.lihaoyi:::ammonite:3.0.0-M1-8-35694880"
108
- def asm = ivy"org.ow2.asm:asm:9.6"
+ def asm = ivy"org.ow2.asm:asm:9.7"
109
// Force using of 2.13 - is there a better way?
110
def bloopConfig = ivy"ch.epfl.scala:bloop-config_2.13:1.5.5"
111
.exclude(("com.github.plokhotnyuk.jsoniter-scala", "jsoniter-scala-core_2.13"))
0 commit comments