Skip to content

Commit

Permalink
Merge pull request #801 from scala-steward/update/sbt-scoverage-2.2.2
Browse files Browse the repository at this point in the history
Update sbt-scoverage to 2.2.2
  • Loading branch information
mcmpp authored Oct 28, 2024
2 parents fee9529 + aefbd12 commit 3f6eb10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ addSbtPlugin("org.scalaxb" % "sbt-scalaxb" % "1.12.1")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.0")
//addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.5.10")

addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.1.1")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.2")

dependencyOverrides += "org.scala-lang.modules" %% "scala-xml" % "2.3.0"

0 comments on commit 3f6eb10

Please sign in to comment.