Skip to content

Commit d54cf0c

Browse files
committed
Upgrade ASM to 9.9 for JDK 26 support
1 parent 32bfd5f commit d54cf0c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

project/Build.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ object Build {
752752

753753
// get libraries onboard
754754
libraryDependencies ++= Seq(
755-
"org.scala-lang.modules" % "scala-asm" % "9.8.0-scala-1", // used by the backend
755+
"org.scala-lang.modules" % "scala-asm" % "9.9.0-scala-1", // used by the backend
756756
Dependencies.compilerInterface,
757757
("io.get-coursier" %% "coursier" % "2.0.16" % Test).cross(CrossVersion.for3Use2_13),
758758
),
@@ -2452,7 +2452,7 @@ object Build {
24522452
// All the dependencies needed by the compiler
24532453
libraryDependencies ++= Seq(
24542454
"com.github.sbt" % "junit-interface" % "0.13.3" % Test,
2455-
"org.scala-lang.modules" % "scala-asm" % "9.8.0-scala-1",
2455+
"org.scala-lang.modules" % "scala-asm" % "9.9.0-scala-1",
24562456
Dependencies.compilerInterface,
24572457
("io.get-coursier" %% "coursier" % "2.0.16" % Test).cross(CrossVersion.for3Use2_13),
24582458
),
@@ -2601,7 +2601,7 @@ object Build {
26012601
Test / unmanagedResourceDirectories += baseDirectory.value / "test-resources",
26022602
// All the dependencies needed by the compiler
26032603
libraryDependencies ++= Seq(
2604-
"org.scala-lang.modules" % "scala-asm" % "9.8.0-scala-1",
2604+
"org.scala-lang.modules" % "scala-asm" % "9.9.0-scala-1",
26052605
Dependencies.compilerInterface,
26062606
"com.github.sbt" % "junit-interface" % "0.13.3" % Test,
26072607
("io.get-coursier" %% "coursier" % "2.0.16" % Test).cross(CrossVersion.for3Use2_13),

0 commit comments

Comments
 (0)