Skip to content

Commit 7041530

Browse files
committed
.
1 parent 523232b commit 7041530

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

project/Build.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,8 @@ object Build {
753753
// get libraries onboard
754754
libraryDependencies ++= Seq(
755755
"org.scala-lang.modules" % "scala-asm" % "9.8.0-scala-1", // used by the backend
756-
Dependencies.compilerInterface
756+
Dependencies.compilerInterface,
757+
("io.get-coursier" %% "coursier" % "2.0.16" % Test).cross(CrossVersion.for3Use2_13),
757758
),
758759

759760
// For convenience, change the baseDirectory when running the compiler

0 commit comments

Comments
 (0)