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.version from 2.12.18 to 2.13.12 in /jvm-packages/xgboost4j #9556

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 7, 2023

Bumps scala.version from 2.12.18 to 2.13.12.
Updates org.scala-lang:scala-compiler from 2.12.18 to 2.13.12

Release notes

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

Scala 2.13.11

The Scala team at Lightbend is pleased to announce Scala 2.13.11.

The following changes are highlights of this release:

Collections

Compatibility

Align with Scala 3

  • Accept implicit _, implicit (x: Int) in lambdas, like Scala 3 does (#10327 by @​som-snytt)
  • Deprecate infix type args, as they are dropped in Scala 3 (#10255 by @​som-snytt)
  • Allow eta-expansion of methods with dependent types (#10166)
  • Abstract parent copy does not suspend case copy (#10085 by @​som-snytt)
  • Don't GLB binders of type patterns, use the type directly (#10247)
  • Under -Xsource:3, warn that inherited members no longer take precedence over outer definitions in Scala 3 (#10220, #10339)
  • Under -Xsource:3, adjust 2.13.9 change to ignore override type for whitebox macro expansion (#10188 by @​som-snytt)
  • Under -Xsource:3, use narrowest type for pt of override (#10198 by @​som-snytt)
  • Under -Xsource:3, warn about change to parenless lambda parens (#10320 by @​som-snytt)

Lints and warnings

Other notable changes

2.13.11 also includes the changes from Scala 2.12.18. (A few of the most significant, such as those involving JDK 20 and 21 compatibility, are listed above.)

... (truncated)

Commits
  • 80514f7 Merge pull request #10524 from lrytz/t12858
  • 96d74ac Fix spurious "nullary overrides nilary" warning
  • f7e30a6 Merge pull request #10510 from lrytz/beanNilaryOverrideFix
  • 9bf2653 Merge pull request #10511 from lrytz/source3warn
  • 35160d4 Merge pull request #10520 from lrytz/pr10512
  • b079015 Merge pull request #10521 from lrytz/filteringQuickfix
  • 751a631 improve nilary/nullary override message
  • 6cbff91 Merge pull request #10513 from lrytz/t12850
  • 361a97c strip [quickfixable] for message comparison in FilteringReporter
  • f5b4357 Turn more Xsource:3 errors into fatal warnings
  • Additional commits viewable in compare view

Updates org.scala-lang:scala-library from 2.12.18 to 2.13.12

Release notes

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

Scala 2.13.11

The Scala team at Lightbend is pleased to announce Scala 2.13.11.

The following changes are highlights of this release:

Collections

Compatibility

Align with Scala 3

  • Accept implicit _, implicit (x: Int) in lambdas, like Scala 3 does (#10327 by @​som-snytt)
  • Deprecate infix type args, as they are dropped in Scala 3 (#10255 by @​som-snytt)
  • Allow eta-expansion of methods with dependent types (#10166)
  • Abstract parent copy does not suspend case copy (#10085 by @​som-snytt)
  • Don't GLB binders of type patterns, use the type directly (#10247)
  • Under -Xsource:3, warn that inherited members no longer take precedence over outer definitions in Scala 3 (#10220, #10339)
  • Under -Xsource:3, adjust 2.13.9 change to ignore override type for whitebox macro expansion (#10188 by @​som-snytt)
  • Under -Xsource:3, use narrowest type for pt of override (#10198 by @​som-snytt)
  • Under -Xsource:3, warn about change to parenless lambda parens (#10320 by @​som-snytt)

Lints and warnings

Other notable changes

2.13.11 also includes the changes from Scala 2.12.18. (A few of the most significant, such as those involving JDK 20 and 21 compatibility, are listed above.)

... (truncated)

Commits
  • 80514f7 Merge pull request #10524 from lrytz/t12858
  • 96d74ac Fix spurious "nullary overrides nilary" warning
  • f7e30a6 Merge pull request #10510 from lrytz/beanNilaryOverrideFix
  • 9bf2653 Merge pull request #10511 from lrytz/source3warn
  • 35160d4 Merge pull request #10520 from lrytz/pr10512
  • b079015 Merge pull request #10521 from lrytz/filteringQuickfix
  • 751a631 improve nilary/nullary override message
  • 6cbff91 Merge pull request #10513 from lrytz/t12850
  • 361a97c strip [quickfixable] for message comparison in FilteringReporter
  • f5b4357 Turn more Xsource:3 errors into fatal warnings
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps `scala.version` from 2.12.18 to 2.13.12.

Updates `org.scala-lang:scala-compiler` from 2.12.18 to 2.13.12
- [Release notes](https://github.com/scala/scala/releases)
- [Commits](scala/scala@v2.12.18...v2.13.12)

Updates `org.scala-lang:scala-library` from 2.12.18 to 2.13.12
- [Release notes](https://github.com/scala/scala/releases)
- [Commits](scala/scala@v2.12.18...v2.13.12)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 7, 2023
trivialfis added a commit to trivialfis/xgboost that referenced this pull request Dec 1, 2023
@hcho3
Copy link
Collaborator

hcho3 commented Apr 3, 2024

Closing, since we already distribute XGBoost for both Scala 2.12 and Scala 2.13. See dev/change_scala_version.py.

@hcho3 hcho3 closed this Apr 3, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 3, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@hcho3 hcho3 deleted the dependabot/maven/jvm-packages/xgboost4j/scala.version-2.13.12 branch April 3, 2024 09:09
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.

1 participant