Skip to content

Bump org.scala-lang:scala-library from 2.13.12 to 2.13.16 #787

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 30, 2025

Bumps org.scala-lang:scala-library from 2.13.12 to 2.13.16.

Release notes

Sourced from org.scala-lang:scala-library's releases.

Scala 2.13.16

The Scala team at Akka (formerly Lightbend) is pleased to announce Scala 2.13.16.

The following changes are highlights of this release:

Breaking change

  • On the empty string, .tail and .init now throw (instead of returning the empty string) (#10851 by @​sh0hei)
    • This is a bugfix, but be aware that existing code might, perhaps inadvertently, be relying on the old behavior

Compatibility

REPL

  • REPL: JLine 3.27.1 (was 3.26.3) and on Windows use JNI not JNA (#10899, #10898, #10882)
    • These upgrades hopefully won't be noticed, but, REPL users on Windows take note
    • JNA is no longer a dependency of scala-compiler.jar

Align with Scala 3

Errors and warnings

Collections

  • Do not use rangeHash when rangeDiff is 0 (#10912 by @​Friendseeker)
    • This may affect fragile code relying on ordering of hash-based collections
  • Deprecate collection.mutable.AnyRefMap (#10862 by @​wangyum)
    • Since Scala 2.13.0 it has no performance advantage over collection.mutable.HashMap

More changes

For the complete 2.13.16 change lists, see all merged PRs and all closed bugs.

Compatibility

As usual for our minor releases, Scala 2.13.16 is binary-compatible with the whole Scala 2.13 series.

Upgrading from 2.12? Enable -Xmigration while upgrading to request migration advice from the compiler.

Contributors

A big thank you to everyone who's helped improve Scala by reporting bugs, improving our documentation, spreading kindness in discussions around Scala, and submitting and reviewing pull requests! You are all magnificent.

... (truncated)

Commits
  • 3f6bdae Merge pull request #10978 from scala/no-travis-ci-for-pr-validation
  • f748f82 no more Travis-CI for PR validation, use GitHub Actions
  • d2ab49d do not build the spec during PR validation
  • 92a9eb2 Merge pull request #10974 from SethTisue/merge-2.12-to-2.13-20250106
  • cb415ba Merge pull request #10966 from SethTisue/re-fix-sbt-bridge
  • 942284b correctly fix NoClassDefFoundError in sbt bridge
  • 63cf7c4 Merge remote-tracking branch 'origin/2.12.x' into merge-2.12-to-2.13-20250106
  • b8a0aeb Merge commit 'b045381055674f3b5bb32b76cb5188116e8356f5' into merge-2.12-to-2....
  • 393c05f Merge pull request #10973 from SethTisue/copyright-2025
  • 786f44a bump copyright year to 2025
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Apr 30, 2025
@github-actions github-actions bot enabled auto-merge (squash) April 30, 2025 10:05
@dependabot dependabot bot force-pushed the dependabot/maven/org.scala-lang-scala-library-2.13.16 branch from d9a7416 to 22c825d Compare May 1, 2025 15:19
@dependabot dependabot bot force-pushed the dependabot/maven/org.scala-lang-scala-library-2.13.16 branch from 22c825d to d9c075b Compare May 1, 2025 15:38
@dependabot dependabot bot force-pushed the dependabot/maven/org.scala-lang-scala-library-2.13.16 branch from d9c075b to c9615dc Compare May 1, 2025 15:58
@dependabot dependabot bot force-pushed the dependabot/maven/org.scala-lang-scala-library-2.13.16 branch from c9615dc to 300f114 Compare May 2, 2025 10:24
@dependabot dependabot bot force-pushed the dependabot/maven/org.scala-lang-scala-library-2.13.16 branch from 300f114 to c797e0a Compare May 2, 2025 10:45
@dependabot dependabot bot force-pushed the dependabot/maven/org.scala-lang-scala-library-2.13.16 branch from c797e0a to 95dd7d4 Compare May 5, 2025 11:44
@dependabot dependabot bot force-pushed the dependabot/maven/org.scala-lang-scala-library-2.13.16 branch from 95dd7d4 to 1eb896b Compare May 5, 2025 11:55
@dependabot dependabot bot force-pushed the dependabot/maven/org.scala-lang-scala-library-2.13.16 branch from 1eb896b to 0268fc7 Compare May 12, 2025 10:44
@dependabot dependabot bot force-pushed the dependabot/maven/org.scala-lang-scala-library-2.13.16 branch from 0268fc7 to 6bcc5be Compare May 15, 2025 19:04
@dependabot dependabot bot force-pushed the dependabot/maven/org.scala-lang-scala-library-2.13.16 branch from 6bcc5be to 153932a Compare May 16, 2025 19:27
@dependabot dependabot bot force-pushed the dependabot/maven/org.scala-lang-scala-library-2.13.16 branch from 153932a to cdbfb3d Compare May 21, 2025 15:14
@dependabot dependabot bot force-pushed the dependabot/maven/org.scala-lang-scala-library-2.13.16 branch from cdbfb3d to fae3000 Compare May 23, 2025 15:04
@dependabot dependabot bot force-pushed the dependabot/maven/org.scala-lang-scala-library-2.13.16 branch from fae3000 to 7468782 Compare May 23, 2025 19:14
@dependabot dependabot bot force-pushed the dependabot/maven/org.scala-lang-scala-library-2.13.16 branch from 7468782 to b668323 Compare May 26, 2025 10:56
Bumps [org.scala-lang:scala-library](https://github.com/scala/scala) from 2.13.12 to 2.13.16.
- [Release notes](https://github.com/scala/scala/releases)
- [Commits](scala/scala@v2.13.12...v2.13.16)

---
updated-dependencies:
- dependency-name: org.scala-lang:scala-library
  dependency-version: 2.13.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/org.scala-lang-scala-library-2.13.16 branch from b668323 to a0064d7 Compare May 29, 2025 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants