Skip to content

Commit

Permalink
Merge pull request #1732 from bjaglin/bumpcoursier
Browse files Browse the repository at this point in the history
bump coursier
  • Loading branch information
bjaglin authored Jan 29, 2023
2 parents 26fbcb0 + ee7a6fe commit 56fb6de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,8 @@ lazy val unit = projectMatrix
// exclude _2.13 artifacts that have their _3 counterpart in the classpath
List(
coursier
.exclude("org.scala-lang.modules", "scala-xml_2.13"),
.exclude("org.scala-lang.modules", "scala-xml_2.13")
.exclude("org.scala-lang.modules", "scala-collection-compat_2.13"),
scalametaTeskit
.exclude("com.lihaoyi", "sourcecode_2.13")
.exclude("org.scala-lang.modules", "scala-collection-compat_2.13")
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ object Dependencies {

val bijectionCoreV = "0.9.7"
val collectionCompatV = "2.9.0"
val coursierV = "2.0.0-RC5-6"
val coursierV = "2.1.0-RC5"
val coursierInterfaceV = "1.0.9"
val commontTextV = "1.10.0"
val googleDiffV = "1.3.0"
Expand Down

0 comments on commit 56fb6de

Please sign in to comment.