Skip to content

Commit

Permalink
Update sbt-scoverage to 2.0.10 (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Feb 20, 2024
1 parent 8d5b6ee commit 24d18dc
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 @@ -135,7 +135,7 @@ lazy val `sbt-izumi` = (project in file("sbt/sbt-izumi"))
"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()),
("org.scoverage" % "sbt-scoverage" % "2.0.10").extra(SbtVersionKey -> (pluginCrossBuild / sbtBinaryVersion).value, ScalaVersionKey -> (update / scalaBinaryVersion).value).withCrossVersion(Disabled()),

// http://www.scala-sbt.org/sbt-pgp/
("com.github.sbt" % "sbt-pgp" % "2.2.1").extra(SbtVersionKey -> (pluginCrossBuild / sbtBinaryVersion).value, ScalaVersionKey -> (update / scalaBinaryVersion).value).withCrossVersion(Disabled()),
Expand Down

0 comments on commit 24d18dc

Please sign in to comment.