We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 523232b commit 7041530Copy full SHA for 7041530
project/Build.scala
@@ -753,7 +753,8 @@ object Build {
753
// get libraries onboard
754
libraryDependencies ++= Seq(
755
"org.scala-lang.modules" % "scala-asm" % "9.8.0-scala-1", // used by the backend
756
- Dependencies.compilerInterface
+ Dependencies.compilerInterface,
757
+ ("io.get-coursier" %% "coursier" % "2.0.16" % Test).cross(CrossVersion.for3Use2_13),
758
),
759
760
// For convenience, change the baseDirectory when running the compiler
0 commit comments