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 scala3-library to 3.5.1 #527

Closed
wants to merge 1 commit into from

Conversation

xerial-bot
Copy link
Collaborator

About this PR

πŸ“¦ Updates org.scala-lang:scala3-library from 3.3.4 to 3.5.1

πŸ“œ GitHub Release Notes - Version Diff

Usage

βœ… Please merge!

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-lang", artifactId = "scala3-library" } ]

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

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "org.scala-lang", artifactId = "scala3-library" }
}]
labels: library-update, early-semver-minor, semver-spec-minor, version-scheme:semver-spec, commit-count:1

@xerial-bot
Copy link
Collaborator Author

Superseded by #537.

@xerial-bot xerial-bot closed this Oct 18, 2024
@xerial-bot xerial-bot deleted the update/scala3-library-3.5.1 branch October 18, 2024 16:17
@mzuehlke
Copy link

Hey @xerial
is Scala Steward for this account configured slightly different ?
Because it should never suggest a Scala 3 Next version, when currently a Scala 3 LTS version is used: scala-steward-org/scala-steward#3328

@xerial
Copy link
Owner

xerial commented Nov 4, 2024

As sbt 1.x doesn't support Scala 2.13, Scala 3, it was pinned to Scala 2.12:
https://github.com/xerial/sbt-sonatype/blob/master/.scala-steward.conf#L2

Now that sbt-sonatype supports Scala 3 with sbt 2, this .scala-steward.conf files needs to be fixed to use the latest Scala 2.12.x and Scala 3 LTS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants