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 0b90ec1 commit 899a287Copy full SHA for 899a287
project/Build.scala
@@ -490,7 +490,7 @@ object Build {
490
491
// get libraries onboard
492
libraryDependencies ++= Seq(
493
- "org.scala-lang.modules" % "scala-asm" % "7.0.0-scala-1", // used by the backend
+ "org.scala-lang.modules" % "scala-asm" % "7.3.1-scala-1", // used by the backend
494
Dependencies.`compiler-interface`,
495
"org.jline" % "jline-reader" % "3.9.0", // used by the REPL
496
"org.jline" % "jline-terminal" % "3.9.0",
0 commit comments