Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump coursier #1732

Merged
merged 1 commit into from
Jan 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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