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.3 #1090

Merged
merged 1 commit into from
Jul 5, 2023
Merged

Conversation

scala-steward
Copy link
Contributor

Updates org.scala-sbt:sbt from 1.7.1 to 1.7.3.
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

@codecov-commenter
Copy link

Codecov Report

Base: 89.57% // Head: 89.50% // Decreases project coverage by -0.06% ⚠️

Coverage data is based on head (e980b4a) compared to base (f8952a2).
Patch has no changes to coverable lines.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #1090      +/-   ##
===========================================
- Coverage    89.57%   89.50%   -0.07%     
===========================================
  Files          119      119              
  Lines        10016    10016              
  Branches       695      695              
===========================================
- Hits          8972     8965       -7     
- Misses        1044     1051       +7     
Impacted Files Coverage Δ
...scala/com/twitter/algebird/PredecessibleLaws.scala 73.33% <0.00%> (-13.34%) ⬇️
...src/main/scala/com/twitter/algebird/Interval.scala 71.42% <0.00%> (-8.74%) ⬇️
.../main/scala/com/twitter/algebird/BloomFilter.scala 93.50% <0.00%> (-1.74%) ⬇️
.../scala/com/twitter/algebird/immutable/BitSet.scala 97.06% <0.00%> (+0.41%) ⬆️
...a/com/twitter/algebird/immutable/BloomFilter.scala 96.06% <0.00%> (+1.57%) ⬆️
.../main/scala/com/twitter/algebird/Approximate.scala 90.32% <0.00%> (+1.61%) ⬆️
.../main/scala/com/twitter/algebird/Applicative.scala 56.66% <0.00%> (+3.33%) ⬆️
...in/scala/com/twitter/algebird/scalacheck/Gen.scala 100.00% <0.00%> (+8.33%) ⬆️
.../main/scala/com/twitter/algebird/Successible.scala 91.66% <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.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Collaborator

@regadas regadas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

build fails with the same flaking tests

@regadas regadas merged commit d787179 into twitter:develop Jul 5, 2023
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