Skip to content

Commit

Permalink
Update coursier to 2.1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Dec 27, 2024
1 parent 435ed2d commit 3413c72
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 @@ -134,7 +134,7 @@ lazy val `sbt-izumi` = (project in file("sbt/sbt-izumi"))
sbtPlugin := true,
libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always,
libraryDependencies ++= Seq(
"io.get-coursier" %% "coursier" % "2.1.10",
"io.get-coursier" %% "coursier" % "2.1.23",

// https://github.com/scoverage/sbt-scoverage
("org.scoverage" % "sbt-scoverage" % "2.0.12").extra(SbtVersionKey -> (pluginCrossBuild / sbtBinaryVersion).value, ScalaVersionKey -> (update / scalaBinaryVersion).value).withCrossVersion(Disabled()),
Expand Down

0 comments on commit 3413c72

Please sign in to comment.