Skip to content

Commit 4b2392c

Browse files
committed
Upgrade scala-asm to 5.2.0-scala-1
1 parent 7004d07 commit 4b2392c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ object Build {
421421
}.taskValue,
422422

423423
// Used by the backend
424-
libraryDependencies += "org.scala-lang.modules" % "scala-asm" % "5.1.0-scala-2",
424+
libraryDependencies += "org.scala-lang.modules" % "scala-asm" % "5.2.0-scala-1",
425425

426426
// set system in/out for repl
427427
connectInput in run := true,

0 commit comments

Comments
 (0)