Skip to content

Commit ee7a6fe

Browse files
committed
bump coursier
1 parent ca66e1d commit ee7a6fe

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build.sbt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,8 @@ lazy val unit = projectMatrix
236236
// exclude _2.13 artifacts that have their _3 counterpart in the classpath
237237
List(
238238
coursier
239-
.exclude("org.scala-lang.modules", "scala-xml_2.13"),
239+
.exclude("org.scala-lang.modules", "scala-xml_2.13")
240+
.exclude("org.scala-lang.modules", "scala-collection-compat_2.13"),
240241
scalametaTeskit
241242
.exclude("com.lihaoyi", "sourcecode_2.13")
242243
.exclude("org.scala-lang.modules", "scala-collection-compat_2.13")

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ object Dependencies {
2020

2121
val bijectionCoreV = "0.9.7"
2222
val collectionCompatV = "2.9.0"
23-
val coursierV = "2.0.0-RC5-6"
23+
val coursierV = "2.1.0-RC5"
2424
val coursierInterfaceV = "1.0.9"
2525
val commontTextV = "1.10.0"
2626
val googleDiffV = "1.3.0"

0 commit comments

Comments
 (0)