Skip to content

Conversation

@scala-steward
Copy link
Contributor

Updates com.timushev.sbt:sbt-updates from 0.6.3 to 0.6.4.
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!

Files still referring to the old version number

The following files still refer to the old version number (0.6.3).
You might want to review and update them manually.

project/plugins.sbt
Adjust future updates

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

updates.ignore = [ { groupId = "com.timushev.sbt", artifactId = "sbt-updates" } ]

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

dependencyOverrides = [{
  pullRequests = { frequency = "@monthly" },
  dependency = { groupId = "com.timushev.sbt", artifactId = "sbt-updates" }
}]

labels: sbt-plugin-update, early-semver-minor, semver-spec-patch, old-version-remains, commit-count:1

@scala-steward scala-steward force-pushed the update/sbt-updates-0.6.4 branch from eb7299b to 3dbd154 Compare October 18, 2022 03:17
@codecov
Copy link

codecov bot commented Oct 18, 2022

Codecov Report

Merging #716 (3dbd154) into main (d80f090) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #716   +/-   ##
=======================================
  Coverage   85.00%   85.00%           
=======================================
  Files         124      124           
  Lines        1647     1647           
  Branches      130      130           
=======================================
  Hits         1400     1400           
  Misses        247      247           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@mpilquist mpilquist merged commit a72c908 into typelevel:main Nov 17, 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.

2 participants