Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update sbt to 1.7.1 #1070

Merged
merged 3 commits into from
Aug 19, 2022
Merged

Update sbt to 1.7.1 #1070

merged 3 commits into from
Aug 19, 2022

Conversation

scala-steward
Copy link
Contributor

Updates org.scala-sbt:sbt from 1.6.2 to 1.7.1.
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-minor, semver-spec-minor, commit-count:1

@codecov-commenter
Copy link

Codecov Report

Merging #1070 (14a5eff) into develop (c18a6b7) will increase coverage by 0.03%.
The diff coverage is n/a.

❗ Current head 14a5eff differs from pull request most recent head de0ec54. Consider uploading reports for the commit de0ec54 to get more accurate results

@@             Coverage Diff             @@
##           develop    #1070      +/-   ##
===========================================
+ Coverage    89.59%   89.62%   +0.03%     
===========================================
  Files          124      124              
  Lines         9957     9957              
  Branches       501      501              
===========================================
+ Hits          8921     8924       +3     
+ Misses        1036     1033       -3     
Impacted Files Coverage Δ
.../main/scala/com/twitter/algebird/RightFolded.scala 75.00% <0.00%> (-25.00%) ⬇️
.../main/scala/com/twitter/algebird/Successible.scala 83.33% <0.00%> (-8.34%) ⬇️
.../main/scala/com/twitter/algebird/BloomFilter.scala 93.36% <0.00%> (-0.89%) ⬇️
...a/com/twitter/algebird/immutable/BloomFilter.scala 95.08% <0.00%> (ø)
.../scala/com/twitter/algebird/immutable/BitSet.scala 97.21% <0.00%> (+0.21%) ⬆️
.../main/scala/com/twitter/algebird/Approximate.scala 90.32% <0.00%> (+1.61%) ⬆️
...src/main/scala/com/twitter/algebird/Interval.scala 81.73% <0.00%> (+1.73%) ⬆️
.../main/scala/com/twitter/algebird/Applicative.scala 55.17% <0.00%> (+3.44%) ⬆️
...main/scala/com/twitter/algebird/monad/Reader.scala 58.82% <0.00%> (+5.88%) ⬆️
...in/scala/com/twitter/algebird/scalacheck/Gen.scala 100.00% <0.00%> (+8.33%) ⬆️

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

@regadas regadas merged commit 1a2a82c into twitter:develop Aug 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants