Skip to content

Commit c8869a9

Browse files
committed
Exclude scala-reflect from coursier dependencies - workaround issues with unresolved org.scala-lang/scala-reflect/3.8.0-RC3-bin-SNAPSHOT (no such problem on main)
1 parent 0d48002 commit c8869a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1960,7 +1960,7 @@ object Build {
19601960
"org.scala-lang.modules" % "scala-asm" % "9.9.0-scala-1",
19611961
Dependencies.compilerInterface,
19621962
"com.github.sbt" % "junit-interface" % "0.13.3" % Test,
1963-
("io.get-coursier" %% "coursier" % "2.0.16" % Test).cross(CrossVersion.for3Use2_13),
1963+
("io.get-coursier" %% "coursier" % "2.0.16" % Test).cross(CrossVersion.for3Use2_13).excludeAll(("org.scala-lang" % "scala-reflect")),
19641964
),
19651965
// NOTE: The only difference here is that we drop `-Werror` and semanticDB for now
19661966
Compile / scalacOptions := Seq("-deprecation", "-feature", "-unchecked", "-encoding", "UTF8", "-language:implicitConversions"),

0 commit comments

Comments
 (0)