singleton-ops icon indicating copy to clipboard operation
singleton-ops copied to clipboard

Update sbt to 1.7.2

Open scala-steward opened this issue 3 years ago • 1 comments

Updates org.scala-sbt:sbt from 1.7.1 to 1.7.2. GitHub Release Notes - Version Diff

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 file.

Have a fantastic day writing Scala!

Adjust future updates

Add this to your .scala-steward.conf file to ignore future updates of this dependency:

updates.ignore = [ { groupId = "org.scala-sbt", artifactId = "sbt" } ]

Or, add this to slow down future updates of this dependency:

dependencyOverrides = [{
  pullRequests = { frequency = "@monthly" },
  dependency = { groupId = "org.scala-sbt", artifactId = "sbt" }
}]

labels: library-update, early-semver-patch, semver-spec-patch, commit-count:1

scala-steward avatar Oct 14 '22 21:10 scala-steward

Codecov Report

Merging #251 (a2a4388) into master (f3f4547) will increase coverage by 2.83%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #251      +/-   ##
==========================================
+ Coverage   88.73%   91.57%   +2.83%     
==========================================
  Files          18       10       -8     
  Lines        1660      700     -960     
  Branches       11       11              
==========================================
- Hits         1473      641     -832     
+ Misses        187       59     -128     
Impacted Files Coverage Δ
....13+/singleton/twoface/impl/Checked1ParamAny.scala
....13-/singleton/twoface/impl/Checked1ParamAny.scala
...cala_2.13-/singleton/twoface/impl/TwoFaceAny.scala
....13-/singleton/twoface/impl/Checked0ParamAny.scala
...in/scala_2.13-/singleton/ops/impl/ListZipper.scala
....13+/singleton/twoface/impl/Checked0ParamAny.scala
...cala_2.13+/singleton/twoface/impl/TwoFaceAny.scala
...in/scala_2.13+/singleton/ops/impl/ListZipper.scala

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

codecov[bot] avatar Oct 14 '22 21:10 codecov[bot]

Superseded by #254.

scala-steward avatar Nov 06 '22 16:11 scala-steward