Skip to content

Commit a2498b6

Browse files
committed
.
1 parent 7041530 commit a2498b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

project/Build.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2456,6 +2456,7 @@ object Build {
24562456
"com.github.sbt" % "junit-interface" % "0.13.3" % Test,
24572457
"org.scala-lang.modules" % "scala-asm" % "9.8.0-scala-1",
24582458
Dependencies.compilerInterface,
2459+
("io.get-coursier" %% "coursier" % "2.0.16" % Test).cross(CrossVersion.for3Use2_13),
24592460
),
24602461
// NOTE: The only difference here is that we drop `-Werror` and semanticDB for now
24612462
Compile / scalacOptions := Seq("-deprecation", "-feature", "-unchecked", "-encoding", "UTF8", "-language:implicitConversions"),
@@ -2605,6 +2606,7 @@ object Build {
26052606
"org.scala-lang.modules" % "scala-asm" % "9.8.0-scala-1",
26062607
Dependencies.compilerInterface,
26072608
"com.github.sbt" % "junit-interface" % "0.13.3" % Test,
2609+
("io.get-coursier" %% "coursier" % "2.0.16" % Test).cross(CrossVersion.for3Use2_13),
26082610
),
26092611
// NOTE: The only difference here is that we drop `-Werror` and semanticDB for now
26102612
Compile / scalacOptions := Seq("-deprecation", "-feature", "-unchecked", "-encoding", "UTF8", "-language:implicitConversions"),

0 commit comments

Comments
 (0)