Skip to content

Commit 616783f

Browse files
Merge pull request #8140 from dotty-staging/upgrade/asm-7.3.1
Upgrade to ASM 7.3.1
2 parents 0b90ec1 + 899a287 commit 616783f

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
@@ -490,7 +490,7 @@ object Build {
490490

491491
// get libraries onboard
492492
libraryDependencies ++= Seq(
493-
"org.scala-lang.modules" % "scala-asm" % "7.0.0-scala-1", // used by the backend
493+
"org.scala-lang.modules" % "scala-asm" % "7.3.1-scala-1", // used by the backend
494494
Dependencies.`compiler-interface`,
495495
"org.jline" % "jline-reader" % "3.9.0", // used by the REPL
496496
"org.jline" % "jline-terminal" % "3.9.0",

0 commit comments

Comments
 (0)