Skip to content

Commit

Permalink
Update coursier to 2.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 23, 2023
1 parent da3fd97 commit 2ef515c
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 @@ -132,7 +132,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.5",
"io.get-coursier" %% "coursier" % "2.1.8",

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

0 comments on commit 2ef515c

Please sign in to comment.