Skip to content

Commit

Permalink
Merge pull request #291 from djx314/update/sbt-scoverage-2.0.11
Browse files Browse the repository at this point in the history
Update sbt-scoverage to 2.0.11
  • Loading branch information
djx314 authored Feb 24, 2024
2 parents deb44ce + f023005 commit 7cce5e7
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 7cce5e7

Please sign in to comment.