Skip to content

Commit 8b01234

Browse files
Update dependency org.scoverage:sbt-scoverage to v2.3.1 (#170)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f154994 commit 8b01234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ addSbtPlugin("org.danielnixon" % "sbt-extrawarts" % "1.0.3")
3333
addSbtPlugin("com.sksamuel.scapegoat" %% "sbt-scapegoat" % "1.2.10")
3434

3535
// http://github.com/scoverage/sbt-scoverage
36-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.0")
36+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.1")
3737

3838
// Adds a `scalafmt` task for automatic source code formatting
3939
// https://scalameta.org/scalafmt/docs/installation.html

0 commit comments

Comments
 (0)