Skip to content

Commit

Permalink
Update sbt-coveralls to 1.3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jul 22, 2024
1 parent ff1678c commit fd30a87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % VersionSch

// https://github.com/scoverage/sbt-scoverage
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.6")
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.5")
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.13")
//

// ASSEMBLY
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11")

// https://github.com/scoverage/sbt-scoverage
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.6")
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.5")
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.13")

// https://github.com/sbt/sbt/issues/6997#issuecomment-1310637232
ThisBuild / libraryDependencySchemes +=
Expand Down

0 comments on commit fd30a87

Please sign in to comment.