File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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),
You can’t perform that action at this time.
0 commit comments