Skip to content

Commit f9ca8e3

Browse files
committed
Change back build information.
1 parent dcdca21 commit f9ca8e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/Build.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1762,7 +1762,7 @@ object Build {
17621762
// All the dependencies needed by the compiler
17631763
libraryDependencies ++= Seq(
17641764
"com.github.sbt" % "junit-interface" % "0.13.3" % Test,
1765-
"org.scala-lang.modules" % "scala-asm" % "0.0.1",
1765+
"org.scala-lang.modules" % "scala-asm" % "9.9.0-scala-1",
17661766
Dependencies.compilerInterface,
17671767
("io.get-coursier" %% "coursier" % "2.0.16" % Test).cross(CrossVersion.for3Use2_13),
17681768
),
@@ -1904,7 +1904,7 @@ object Build {
19041904
Test / unmanagedResourceDirectories += baseDirectory.value / "test-resources",
19051905
// All the dependencies needed by the compiler
19061906
libraryDependencies ++= Seq(
1907-
"org.scala-lang.modules" % "scala-asm" % "0.0.1",
1907+
"org.scala-lang.modules" % "scala-asm" % "9.9.0-scala-1",
19081908
Dependencies.compilerInterface,
19091909
"com.github.sbt" % "junit-interface" % "0.13.3" % Test,
19101910
("io.get-coursier" %% "coursier" % "2.0.16" % Test).cross(CrossVersion.for3Use2_13),

0 commit comments

Comments
 (0)