Skip to content

Commit

Permalink
Update coursier to 2.1.13 in master
Browse files Browse the repository at this point in the history
  • Loading branch information
wartremover-bot[bot] authored and xuwei-k committed Sep 19, 2024
1 parent 5775979 commit 0b5d260
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 @@ -113,7 +113,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.12" % Test cross CrossVersion.for3Use2_13 exclude (
"io.get-coursier" % "coursier" % "2.1.13" % Test cross CrossVersion.for3Use2_13 exclude (
"io.argonaut",
"*"
) exclude ("org.scala-lang.modules", "scala-xml_2.13"),
Expand Down

0 comments on commit 0b5d260

Please sign in to comment.