Skip to content

Commit

Permalink
chore(deps): update dependency org.scala-lang:scala-library to v2.13.3 (
Browse files Browse the repository at this point in the history
#3260)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [org.scala-lang:scala-library](https://www.scala-lang.org/) ([source](https://github.com/scala/scala)) | patch | `2.13.2` -> `2.13.3` |

---

### Release Notes

<details>
<summary>scala/scala</summary>

### [`v2.13.3`](https://github.com/scala/scala/releases/v2.13.3)

[Compare Source](https://github.com/scala/scala/compare/v2.13.2...v2.13.3)

Scala 2.13.3 is primarily a bugfix release.

It also includes:

-   improvements to warnings and linting
-   experimental `-Xasync` support

For more detail, read on.

##### Behavior changes

-   `Symbol#toString` is now `Symbol(foo)` instead of the deprecated single-quote form `'foo` ([#&#8203;8933](https://github.com/scala/scala/pull/8933))

##### Bugfixes

-   Fix 2.13-only bug in Java collection converters that caused some operations to perform an extra pass ([#&#8203;9058](https://github.com/scala/scala/pull/9058))
-   Fix 2.13.2 performance regression in `Vector`: restore special cases for small operands in `appendedAll` and `prependedAll` ([#&#8203;9036](https://github.com/scala/scala/pull/9036))
-   Increase laziness of `#::` for `LazyList` ([#&#8203;8985](https://github.com/scala/scala/pull/8985))
-   Append trailing `/` when processing unicode escapes ([#&#8203;8942](https://github.com/scala/scala/pull/8942))
-   Respect `@uncheckedVariance` in higher-kinded types (fixing 2.13.2 regression) ([#&#8203;8938](https://github.com/scala/scala/pull/8938))

##### Warnings and linting

-   Deprecate auto-application of (non-Java-defined) methods with a single empty parameter list ([#&#8203;8833](https://github.com/scala/scala/pull/8833))
    -   The PR has instructions for suppressing the warning if it is unwanted
-   Warn by default on mismatch of presence/absence of an empty parameter list when overriding ([#&#8203;8846](https://github.com/scala/scala/pull/8846))
-   Discourage multi-argument infix syntax: lint applications (`x op (a, b)`), also lint operator-name definitions ([#&#8203;8951](https://github.com/scala/scala/pull/8951))
-   Fix `@nowarn` to use correct semantics for `&` ([#&#8203;9032](https://github.com/scala/scala/pull/9032))
-   Make `-Wunused:imports` work again even when `-Ymacro-annotations` is enabled ([#&#8203;8962](https://github.com/scala/scala/pull/8962))
-   Replace `-Wself-implicit` with `-Xlint:implicit-recursion` ([#&#8203;9019](https://github.com/scala/scala/pull/9019))
-   Under `-Xsource:3`, disallow auto-eta-expansion of SAMs ([#&#8203;9049](https://github.com/scala/scala/pull/9049))

##### Experimental `-Xasync`

This successor to [scala-async](https://github.com/scala/scala-async) allows usage with other effect systems besides `scala.concurrrent.Future`.

-   Compiler support for scala-async; enable with `-Xasync` ([#&#8203;8816](https://github.com/scala/scala/pull/8816))

We will publish a blog post with more detail on this work by [@&#8203;retronym](https://github.com/retronym), building on his earlier collaboration with [@&#8203;phaller](https://github.com/phaller). In the meantime, see the PR description.

This feature will also be included in the 2.12.12 release.

##### Other changes

For complete 2.13.3 change lists, see [all merged PRs](https://github.com/scala/scala/pulls?q=is%3Amerged%20milestone%3A2.13.3) and [all closed bugs](https://github.com/scala/bug/issues?utf8=%E2%9C%93&q=is%3Aclosed+milestone%3A2.13.3).

Some changes that will ship in 2.12.12 are also included in this release, most notably:

-   Annotation parsing & `@Deprecated` ([#&#8203;8781](https://github.com/scala/scala/pull/8781))
-   Fix Scaladoc tool on JDK 11 with `-release 8`: exclude sig files in `Symbol#sourceFile` ([#&#8203;8849](https://github.com/scala/scala/pull/8849))

##### Compatibility

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

Upgrading from 2.12? Enable `-Xmigration` during upgrade 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 28 contributors, according to `git shortlog -sn --no-merges HEAD ^v2.13.2 ^2.12.x`. Thank you A. P. Marki, Jason Zaugg, Seth Tisue, Dale Wijnand, Lukas Rytz, Georgi Krastev, David Barri, Eugene Yokota, Diego E. Alonso Blas, Akhtiam Sakaev, Glenn Liwanag, changvvb, Evgeny Ganchurin, Mike Skells, Martijn Hoekstra, yudedako, Anatolii Kmetiuk, Gilles Peiffer, JyotiSachdeva.ext, Karol Chmist, Kenji Yoshida, Lorenzo Costanzia di Costigliole, NthPortal, Steven Barnes, Sébastien Doeraene, Travis Brown, counter2015, nogurenn.

Thanks to [Lightbend](https://www.lightbend.com/scala) for their continued sponsorship of the Scala core team’s efforts. Lightbend offers [commercial support](https://www.lightbend.com/lightbend-platform-subscription) for Scala.

##### Scala 2.13 notes

The [release notes for Scala 2.13.0](https://github.com/scala/scala/releases/v2.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):

-   Bump the `scalaVersion` setting in your sbt-based project
-   Download a distribution from [scala-lang.org](http://scala-lang.org/download/2.13.3.html)
-   Obtain JARs via [Maven Central](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.scala-lang%22%20AND%20v%3A%222.13.3%22)

</details>

---

### Renovate configuration

:date: **Schedule**: At any time (no schedule defined).

:vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

:recycle: **Rebasing**: Never, or you tick the rebase/retry checkbox.

:no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#GoogleCloudPlatform/java-docs-samples).
  • Loading branch information
renovate-bot authored Jun 25, 2020
1 parent fc4c545 commit e50f4e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion functions/helloworld/scala-hello-pubsub/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.13.2</version>
<version>2.13.3</version>
</dependency>

<!-- Required for Function primitives -->
Expand Down
2 changes: 1 addition & 1 deletion functions/helloworld/scala-helloworld/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.13.2</version>
<version>2.13.3</version>
</dependency>

<!-- Required for Function primitives -->
Expand Down

0 comments on commit e50f4e2

Please sign in to comment.