Skip to content

Commit

Permalink
sbt-scoverage 2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mcanlas committed Aug 29, 2023
1 parent 9bbe25b commit ef747a5
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 @@ -5,5 +5,5 @@ resolvers += Resolver.url("scoverage-bintray", url("https://dl.bintray.com/sksam
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.0")
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.6")
addSbtPlugin("org.wartremover" % "sbt-wartremover" % "3.1.3")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.6")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.8")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.0")

0 comments on commit ef747a5

Please sign in to comment.