Skip to content

Commit

Permalink
Update sbt-scoverage to 2.0.11 (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Feb 27, 2024
1 parent 1cf7521 commit 11aaf91
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 @@ -136,7 +136,7 @@ lazy val `sbt-izumi` = (project in file("sbt/sbt-izumi"))
"io.get-coursier" %% "coursier" % "2.1.9",

// https://github.com/scoverage/sbt-scoverage
("org.scoverage" % "sbt-scoverage" % "2.0.10").extra(SbtVersionKey -> (pluginCrossBuild / sbtBinaryVersion).value, ScalaVersionKey -> (update / scalaBinaryVersion).value).withCrossVersion(Disabled()),
("org.scoverage" % "sbt-scoverage" % "2.0.11").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 11aaf91

Please sign in to comment.