Skip to content

Commit

Permalink
Update asm to patched 9.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippus committed Dec 19, 2024
1 parent 7ae2d65 commit 479aff5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion compiler/src/dotty/tools/backend/jvm/BackendUtils.scala
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ object BackendUtils {
20 -> asm.Opcodes.V20,
21 -> asm.Opcodes.V21,
22 -> asm.Opcodes.V22,
23 -> asm.Opcodes.V23
23 -> asm.Opcodes.V23,
24 -> asm.Opcodes.V24
)
}
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ object Build {

// get libraries onboard
libraryDependencies ++= Seq(
"org.scala-lang.modules" % "scala-asm" % "9.7.0-scala-2", // used by the backend
"org.scala-lang.modules" % "scala-asm" % "9.7.1-scala-1", // used by the backend
Dependencies.compilerInterface,
"org.jline" % "jline-reader" % "3.27.1", // used by the REPL
"org.jline" % "jline-terminal" % "3.27.1",
Expand Down

0 comments on commit 479aff5

Please sign in to comment.