Skip to content

Commit

Permalink
Merge pull request #515 from scala-steward/update/sbt-scoverage-2.0.11
Browse files Browse the repository at this point in the history
Update sbt-scoverage to 2.0.11
  • Loading branch information
vigoo authored Apr 24, 2024
2 parents cd91c76 + cbef4f5 commit 3aee52c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.9")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.11")
addSbtPlugin("com.47deg" % "sbt-microsites" % "1.4.4")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.2")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
Expand All @@ -7,4 +7,4 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")

ThisBuild / libraryDependencySchemes ++= Seq(
"org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always
)
)

0 comments on commit 3aee52c

Please sign in to comment.