Skip to content
This repository was archived by the owner on Feb 17, 2024. It is now read-only.

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2022

Bumps scala.version from 2.12.14 to 2.13.8.
Updates scala-library from 2.12.14 to 2.13.8

Release notes

Sourced from scala-library's releases.

Scala 2.13.8

The Scala team at Lightbend is pleased to announce the availability of Scala 2.13.8.

This is a modest, incremental release focused on addressing regressions in 2.13.7.

Highlights

  • Make REPL work again on Mac M1 (upgrade JLine & JNA) (#9807 by @​SethTisue)
  • Fix slicing of views of IndexedSeqs (including fixing 2.13.7 reverseIterator regression) (#9799 by @​som-snytt)
  • Fix 2.13.7 regression in implicit resolution (#9829 by @​joroKr21)
  • Fix 2.13.7 releaseFence regression affecting GraalVM compatibility (#9825 by @​lrytz)
  • Fix 2.13.7 regression affecting wildcards and F-bounded types (#9806 by @​joroKr21)

A few small changes that will ship in 2.12.16 are also included in this release.

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

Compatibility

As usual for our minor releases, Scala 2.13.8 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.

This release was brought to you by 8 contributors, according to git shortlog -sn --no-merges @ ^v2.13.7 ^2.12.x. Thank you A. P. Marki, Seth Tisue, Georgi Krastev, Jason Zaugg, Lukas Rytz, Martijn Hoekstra, Philippus Baalman, Chris Kipp.

Thanks to Lightbend for their continued sponsorship of the Scala core team’s efforts. Lightbend offers commercial support for Scala.

Scala 2.13 notes

The release notes for Scala 2.13.0 have important information applicable to the whole 2.13 series.

Obtaining Scala

Scala releases are available through a variety of channels, including (but not limited to):

Scala 2.13.7

The Scala team at Lightbend is pleased to announce the availability of Scala 2.13.7.

Align with Scala 3

... (truncated)

Commits
  • 4b2151c Merge pull request #9859 from SethTisue/revert-grouped-pr-9818
  • e0228a1 Revert "GroupedIterator improvements"
  • b59fa66 Merge pull request #9833 from SethTisue/merge-2.12-to-2.13-20211215
  • 3d8037c Merge commit 'ea281c1252' into merge-2.12-to-2.13-20211215
  • 31a1d7b Merge commit 'a1ea603efa' into merge-2.12-to-2.13-20211215
  • eb15102 Merge commit '586302a075' into merge-2.12-to-2.13-20211215
  • c5e5d4e Merge pull request #9831 from SethTisue/no-gitter
  • 0c0983c Merge pull request #9818 from joroKr21/grouped-iterator
  • 1042160 Merge pull request #9829 from joroKr21/finch-fix
  • ea281c1 Merge pull request #9832 from som-snytt/issue/12516
  • Additional commits viewable in compare view

Updates scala-reflect from 2.12.14 to 2.13.8

Release notes

Sourced from scala-reflect's releases.

Scala 2.13.8

The Scala team at Lightbend is pleased to announce the availability of Scala 2.13.8.

This is a modest, incremental release focused on addressing regressions in 2.13.7.

Highlights

  • Make REPL work again on Mac M1 (upgrade JLine & JNA) (#9807 by @​SethTisue)
  • Fix slicing of views of IndexedSeqs (including fixing 2.13.7 reverseIterator regression) (#9799 by @​som-snytt)
  • Fix 2.13.7 regression in implicit resolution (#9829 by @​joroKr21)
  • Fix 2.13.7 releaseFence regression affecting GraalVM compatibility (#9825 by @​lrytz)
  • Fix 2.13.7 regression affecting wildcards and F-bounded types (#9806 by @​joroKr21)

A few small changes that will ship in 2.12.16 are also included in this release.

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

Compatibility

As usual for our minor releases, Scala 2.13.8 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.

This release was brought to you by 8 contributors, according to git shortlog -sn --no-merges @ ^v2.13.7 ^2.12.x. Thank you A. P. Marki, Seth Tisue, Georgi Krastev, Jason Zaugg, Lukas Rytz, Martijn Hoekstra, Philippus Baalman, Chris Kipp.

Thanks to Lightbend for their continued sponsorship of the Scala core team’s efforts. Lightbend offers commercial support for Scala.

Scala 2.13 notes

The release notes for Scala 2.13.0 have important information applicable to the whole 2.13 series.

Obtaining Scala

Scala releases are available through a variety of channels, including (but not limited to):

Scala 2.13.7

The Scala team at Lightbend is pleased to announce the availability of Scala 2.13.7.

Align with Scala 3

... (truncated)

Commits
  • 4b2151c Merge pull request #9859 from SethTisue/revert-grouped-pr-9818
  • e0228a1 Revert "GroupedIterator improvements"
  • b59fa66 Merge pull request #9833 from SethTisue/merge-2.12-to-2.13-20211215
  • 3d8037c Merge commit 'ea281c1252' into merge-2.12-to-2.13-20211215
  • 31a1d7b Merge commit 'a1ea603efa' into merge-2.12-to-2.13-20211215
  • eb15102 Merge commit '586302a075' into merge-2.12-to-2.13-20211215
  • c5e5d4e Merge pull request #9831 from SethTisue/no-gitter
  • 0c0983c Merge pull request #9818 from joroKr21/grouped-iterator
  • 1042160 Merge pull request #9829 from joroKr21/finch-fix
  • ea281c1 Merge pull request #9832 from som-snytt/issue/12516
  • Additional commits viewable in compare view

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 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)

Bumps `scala.version` from 2.12.14 to 2.13.8.

Updates `scala-library` from 2.12.14 to 2.13.8
- [Release notes](https://github.com/scala/scala/releases)
- [Commits](scala/scala@v2.12.14...v2.13.8)

Updates `scala-reflect` from 2.12.14 to 2.13.8
- [Release notes](https://github.com/scala/scala/releases)
- [Commits](scala/scala@v2.12.14...v2.13.8)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Feb 1, 2022
@codecov
Copy link

codecov bot commented Feb 1, 2022

Codecov Report

Merging #121 (2a4b47e) into main (010f091) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##               main     #121   +/-   ##
=========================================
  Coverage     63.39%   63.39%           
+ Complexity      182      162   -20     
=========================================
  Files            35       35           
  Lines          1120     1120           
  Branches        136      138    +2     
=========================================
  Hits            710      710           
  Misses          369      369           
  Partials         41       41           
Flag Coverage Δ
unit-tests-spark_2.4.8_2.11 61.13% <ø> (-0.19%) ⬇️
unit-tests-spark_2.4.8_2.12 63.09% <ø> (ø)
unit-tests-spark_3.1.2_2.12 63.09% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 010f091...2a4b47e. Read the comment docs.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 1, 2022

Superseded by #177.

@dependabot dependabot bot closed this Oct 1, 2022
@dependabot dependabot bot deleted the dependabot/maven/scala.version-2.13.8 branch October 1, 2022 11:02
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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