Skip to content

Commit

Permalink
chore(plugins): bump sbt-coveralls from 1.3.9 to 1.3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorin committed Jul 27, 2024
1 parent 51ed717 commit ada7594
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ logLevel := util.Level.Warn
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("nl.gn0s1s" % "sbt-dotenv" % "3.0.0")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.12")
// NOTE: https://github.com/scoverage/sbt-coveralls/issues/288
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.9")
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.13")
addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.2.0")
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.3")
Expand Down

0 comments on commit ada7594

Please sign in to comment.