Skip to content

Commit

Permalink
Update coursier to 2.1.10 (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored May 13, 2024
1 parent b8d5673 commit fb8bfbe
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 @@ -133,7 +133,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.9",
"io.get-coursier" %% "coursier" % "2.1.10",

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

0 comments on commit fb8bfbe

Please sign in to comment.