Skip to content

Commit

Permalink
Merge pull request #419 from scala-steward/update/sbt-coveralls-1.3.12
Browse files Browse the repository at this point in the history
Update sbt-coveralls to 1.3.12
  • Loading branch information
gaeljw authored Jul 18, 2024
2 parents 15c01d5 + a6be64e commit e83aa6a
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,7 +5,7 @@ logLevel := Level.Warn
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.1.0")

// https://github.com/scoverage/sbt-coveralls/releases
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.11")
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.12")

// https://github.com/codacy/sbt-codacy-coverage/releases
addSbtPlugin("com.codacy" % "sbt-codacy-coverage" % "3.0.3")
Expand Down

0 comments on commit e83aa6a

Please sign in to comment.