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

Bump scala-library from 2.13.6 to 2.13.7 #152

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 29, 2021

Bumps scala-library from 2.13.6 to 2.13.7.

Release notes

Sourced from scala-library's releases.

Scala 2.13.7

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

Align with Scala 3

JDK and Java compatibility

Android compatibility

  • Add ClassValueCompat to support systems without java.lang.ClassValue (such as Android) (#9752 by @​nwk37011)
  • For Android compatibility, make Statics.releaseFence() also catch NoSuchMethodException for java.lang.invoke.VarHandle.releaseFence() call (#9739 by @​nwk37011)

Concurrency

  • Fix asymmetric failure behavior of Future#{zip,zipWith,traverse,sequence} by making them fail fast regardless of ordering (#9655 by @​lihaoyi)

Collections

  • Make ArrayBuffer's iterator fail fast when buffer is mutated (#9258 by @​NthPortal)
  • Fix ArrayOps bugs (by avoiding ArraySeq#array, which does not guarantee element type) (#9641 by @​som-snytt)
  • Deprecate IterableOps.toIterable (#9774 by @​lrytz)

Other changes

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

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

Compatibility

As usual for our minor releases, Scala 2.13.7 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
  • fe0df69 Merge pull request #9794 from som-snytt/issue/12470
  • 06d7dcf Add comments and meaningful names per review
  • 622d55e Merge pull request #9795 from SethTisue/merge-2.12-to-2.13-20211028
  • 243bd86 Merge commit '0c84876d6f' into merge-2.12-to-2.13-20211028
  • 53f114d Merge commit '7413b09085' into merge-2.12-to-2.13-20211028
  • 87000f1 Merge commit '7faf0fbedb' into merge-2.12-to-2.13-20211028
  • f0e461d Merge commit '3e5a3715a6' into merge-2.12-to-2.13-20211028
  • 1234506 Warn on bracket after newline
  • 8232bb2 Template with empty body/parents has good position
  • 8fde4e3 Merge pull request #9786 from NthPortal/topic/ArrayBuffer-cleanup
  • 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 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 the dependencies Pull requests that update a dependency file label Nov 29, 2021
@dependabot dependabot bot requested review from ckittl and johanneshiry November 29, 2021 11:57
@dependabot dependabot bot force-pushed the dependabot/gradle/org.scala-lang-scala-library-2.13.7 branch from 3aa2b12 to 276aeee Compare November 29, 2021 12:24
@johanneshiry
Copy link
Member

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/gradle/org.scala-lang-scala-library-2.13.7 branch 2 times, most recently from 80d4879 to b9efef0 Compare December 2, 2021 07:31
@dependabot dependabot bot force-pushed the dependabot/gradle/org.scala-lang-scala-library-2.13.7 branch from b9efef0 to 0a4455d Compare December 8, 2021 07:13
Bumps [scala-library](https://github.com/scala/scala) from 2.13.6 to 2.13.7.
- [Release notes](https://github.com/scala/scala/releases)
- [Commits](scala/scala@v2.13.6...v2.13.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/gradle/org.scala-lang-scala-library-2.13.7 branch from 0a4455d to 40ea28d Compare December 8, 2021 07:20
as it mismatches default version
@codecov
Copy link

codecov bot commented Dec 8, 2021

Codecov Report

Merging #152 (1680fb5) into master (4ff7668) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #152   +/-   ##
=========================================
  Coverage     45.69%   45.69%           
  Complexity      222      222           
=========================================
  Files            34       34           
  Lines          1462     1462           
  Branches        188      188           
=========================================
  Hits            668      668           
  Misses          765      765           
  Partials         29       29           

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 4ff7668...1680fb5. Read the comment docs.

@ckittl ckittl merged commit 2780a5e into master Dec 8, 2021
@ckittl ckittl deleted the dependabot/gradle/org.scala-lang-scala-library-2.13.7 branch December 8, 2021 07:38
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants