Skip to content

Commit

Permalink
Merge pull request #374 from gemini-hlsw/update/sbt-scoverage-2.2.0
Browse files Browse the repository at this point in the history
Update sbt-scoverage to 2.2.0
  • Loading branch information
mergify[bot] authored Sep 5, 2024
2 parents 83eea17 + 0c0d3cd commit 3b19f63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ lazy val core = project
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0"),
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2"),
addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJsVersion),
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.1.1"),
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.0"),
addSbtPlugin("org.typelevel" % "sbt-typelevel-ci" % sbtTypelevelVersion),
addSbtPlugin("org.typelevel" % "sbt-typelevel-github" % sbtTypelevelVersion),
addSbtPlugin("org.typelevel" % "sbt-typelevel-settings" % sbtTypelevelVersion),
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1")
addSbtPlugin("com.timushev.sbt" % "sbt-rewarn" % "0.1.3")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.1.1")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.0")
addSbtPlugin("com.armanbilge" % "sbt-bundlemon" % "0.1.4")

0 comments on commit 3b19f63

Please sign in to comment.