Skip to content

Commit

Permalink
Update sbt-scoverage to 2.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 24, 2024
1 parent 4ee05eb commit f023005
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ object LibraryPluginDeptsInstance extends _root_.djx.sbt.depts.abs.PluginDepts {

VarContext.changePluginVar := "sbt-scoverage"

addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.10")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.11")

VarContext.changePluginVar := "sbt-github-actions"

Expand Down
2 changes: 1 addition & 1 deletion project/plugin.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ addSbtPlugin("com.thoughtworks.sbt-scala-js-map" % "sbt-scala-js-map" %
VarContext.changePluginVar := "sbt-assembly"
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.5")
VarContext.changePluginVar := "sbt-scoverage"
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.10")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.11")
VarContext.changePluginVar := "sbt-github-actions"
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.23.0")
VarContext.changePluginVar := "sbt-jacoco"
Expand Down

0 comments on commit f023005

Please sign in to comment.