File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff 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" )
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments