-
Notifications
You must be signed in to change notification settings - Fork 156
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
Update scala-library to 2.13.15 #1505
Conversation
5ac5e91
to
3ef1758
Compare
original build was failing due to |
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.
ah looks like there's some more places that need changes to compile
It looks like at least some of the |
that sounds reasonable - perhaps the other way around would be slightly nicer? i.e. could we change the scala 2.12 build settings not to treat warnings as errors? |
11059e8
to
0c44c3b
Compare
I tried locally, seems too hard to keep three Scala versions :( |
8ab0d19
to
97f99c3
Compare
Cool, thanks @raboof, but I think we can wait for the 3.3.5 release too, which keeps the same behavior. |
2b604c9
to
fdcd55b
Compare
case (3, _) => Seq("-Wconf:cat=unused:s,cat=deprecation,cat=other-shadowing:s,any:e") | ||
case (2, 13) => Seq("-Wconf:any:e,cat=unused:s,cat=deprecation:s,cat=unchecked:s") | ||
case (2, 12) => Seq("-Wconf:cat=unused:s,cat=deprecation:s,cat=unchecked:s,any:e") | ||
}), |
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.
painful to tweak this, hope @som-snytt can back port this to 2.12.x too
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.
TBH I'm OK with keeping it around until we drop support for 2.12
Override order reversed, see also https://github.com/scala/scala/releases
fdcd55b
to
28159df
Compare
We could, but we don't have to, and I think it's useful to get these updates in small chunks instead of large ones - so I'd still propose we merge this. |
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.
Excellent!
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.
lgtm
* Update scala-library to 2.13.15 * Update link-validator.conf * fix `-Wconf` to match new semantics Override order reversed, see also https://github.com/scala/scala/releases --------- Co-authored-by: Arnout Engelen <[email protected]> Co-authored-by: PJ Fanning <[email protected]> (cherry picked from commit dad6b9f)
* Update scala-library to 2.13.15 * Update link-validator.conf * fix `-Wconf` to match new semantics Override order reversed, see also https://github.com/scala/scala/releases --------- Co-authored-by: Arnout Engelen <[email protected]> Co-authored-by: PJ Fanning <[email protected]> (cherry picked from commit dad6b9f) Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
About this PR
π¦ Updates org.scala-lang:scala-library from
2.13.14
to2.13.15
π GitHub Release Notes - Version Diff
Usage
β Please merge!
I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.
If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.
Configure Scala Steward for your repository with a
.scala-steward.conf
file.Have a fantastic day writing Scala!
π Files still referring to the old version number
The following files still refer to the old version number (2.13.14).
You might want to review and update them manually.
β Adjust future updates
Add this to your
.scala-steward.conf
file to ignore future updates of this dependency:Or, add this to slow down future updates of this dependency: