Skip to content

Commit fb4de29

Browse files
authored
Update sbt-scoverage to 2.0.11 (#3404)
## About this PR πŸ“¦ Updates [org.scoverage:sbt-scoverage](https://github.com/scoverage/sbt-scoverage) from `2.0.10` to `2.0.11` πŸ“œ [GitHub Release Notes](https://github.com/scoverage/sbt-scoverage/releases/tag/v2.0.11) - [Version Diff](scoverage/sbt-scoverage@v2.0.10...v2.0.11) ## Usage βœ… **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below. Configure Scala Steward for your repository with a [`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/b83aae55d9dd000548c3b3c9b63d79636e7b3c8b/docs/repo-specific-configuration.md) file. _Have a fantastic day writing Scala!_ <details> <summary>βš™ Adjust future updates</summary> Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "org.scoverage", artifactId = "sbt-scoverage" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scoverage", artifactId = "sbt-scoverage" } }] ``` </details> <sup> labels: sbt-plugin-update </sup>
1 parent f8b880e commit fb4de29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

β€Žairspec/project/plugin.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml"
22

33
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.19")
44
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")
5-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.10")
5+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.11")
66
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.5")
77
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
88
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")

β€Žproject/plugin.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml"
44

55
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.10.0")
66
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")
7-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.10")
7+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.11")
88
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
99
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
1010
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")

0 commit comments

Comments
Β (0)