Skip to content

Conversation

@scala-center-steward
Copy link
Contributor

Updates org.scala-sbt:sbt from 1.7.2 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!

Files still referring to the old version number

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

.github/workflows/ci.yml
bin/sbt-ci-release.bat
project/Dependencies.scala
project/build.sbt
project/project/project/build.sbt
website/yarn.lock
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, old-version-remains, commit-count:1

ckipp01 added a commit that referenced this pull request Dec 22, 2022
This needed to be done after the work on moving to sbt-ci-release due to
scala-xml conflicts.

Supercedes #1925
Supercedes #1899
@ckipp01
Copy link
Member

ckipp01 commented Dec 22, 2022

Superseded by #1962

@ckipp01 ckipp01 closed this Dec 22, 2022
ckipp01 added a commit that referenced this pull request Dec 22, 2022
This needed to be done after the work on moving to sbt-ci-release due to
scala-xml conflicts.

Supercedes #1925
Supercedes #1899
@scala-center-steward scala-center-steward bot deleted the update/sbt-1.7.3 branch December 23, 2022 00:21
ckipp01 added a commit that referenced this pull request Dec 24, 2022
This needed to be done after the work on moving to sbt-ci-release due to
scala-xml conflicts.

Supercedes #1925
Supercedes #1899
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