Skip to content

Commit

Permalink
Update sbt-scoverage to 1.8.1 (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 23, 2021
1 parent 7b55a33 commit d7c26db
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
@@ -1,7 +1,7 @@
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.8.1")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.8.0")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.8.1")
addSbtPlugin("au.com.onegeek" %% "sbt-dotenv" % "2.1.233")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.28")
addSbtPlugin("com.lightbend.sbt" % "sbt-javaagent" % "0.1.6")
Expand Down

0 comments on commit d7c26db

Please sign in to comment.