-
Notifications
You must be signed in to change notification settings - Fork 14.8k
MINOR: Scala, Scalafmt and Scalac SCoverage plugin version updates #21086
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
base: trunk
Are you sure you want to change the base?
Conversation
|
Build failed: Thing is that Scalafmt version has to be changed not once but twice:
I'll push another commit. |
4daa3c6 to
bc21660
Compare
mingyen066
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we also need to update the scala version in the following files?
- LICENSE-binary
- bin/kafka-run-class.sh
- bin/windows/kafka-run-class.bat
|
Correct ! Another example that it's so easy to forget something (and even more: this is my own recent commit here ede6c90 that updates Scala version 🙂). Thanx for the tip @mingyen066 ! |
details: - Scala: 2.13.17 -->> 2.13.18 (note: Java compatible versions: from 8 to 26) - Scalafmt: 3.10.0 -->> 3.10.2 - Scalac SCoverage plugin: 2.4.0 -->> 2.5.0 release notes: - Scala: - https://github.com/scala/scala/releases/tag/v2.13.18 - Scalafmt: - https://github.com/scalameta/scalafmt/releases/tag/v3.10.1 - https://github.com/scalameta/scalafmt/releases/tag/v3.10.2 - Scalac SCoverage plugin: - https://github.com/scoverage/scalac-scoverage-plugin/releases/tag/v2.4.1 - https://github.com/scoverage/scalac-scoverage-plugin/releases/tag/v2.4.2 - https://github.com/scoverage/scalac-scoverage-plugin/releases/tag/v2.5.0 .........
bc21660 to
b0dc527
Compare
|
All tests are fine now ✅ |
details:
versions: from 8 to 26)
release notes:
Scala: https://github.com/scala/scala/releases/tag/v2.13.18
Scalafmt:
scalac scoverage plugin: