Skip to content

Commit

Permalink
Update coursier to 2.1.16 in master
Browse files Browse the repository at this point in the history
  • Loading branch information
wartremover-bot[bot] authored and xuwei-k committed Nov 7, 2024
1 parent 604e8d6 commit 89497d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ lazy val coreBinary = project
if (scalaBinaryVersion.value == "3") {
Seq(
"org.scala-lang" %% "scala3-tasty-inspector" % scalaVersion.value % Test,
"io.get-coursier" % "coursier" % "2.1.15" % Test cross CrossVersion.for3Use2_13 exclude (
"io.get-coursier" % "coursier" % "2.1.16" % Test cross CrossVersion.for3Use2_13 exclude (
"org.scala-lang.modules",
"scala-xml_2.13"
),
Expand Down

0 comments on commit 89497d4

Please sign in to comment.