-
Notifications
You must be signed in to change notification settings - Fork 386
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
Add back Scala 2.12 #1538
Add back Scala 2.12 #1538
Conversation
* because it has ripple effect to Alpakka and then Cassandra plugin * we need to coordinate this decision across all Akka projects, later
@@ -81,7 +82,7 @@ val commonSettings = Def.settings( | |||
scalacOptions ++= Seq( | |||
"-encoding", | |||
"UTF-8", // yes, this is 2 args | |||
"-Wconf:cat=feature:w,cat=deprecation:w,cat=unchecked:w,cat=lint:w,cat=unused:w,cat=w-flag:w" | |||
"-Wconf:cat=feature:w,cat=deprecation&msg=.*JavaConverters.*:s,cat=unchecked:w,cat=lint:w,cat=unused:w,cat=w-flag:w" |
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.
to avoid all warnings for JavaConverters, but not silence everything
https://www.scala-lang.org/2021/01/12/configuring-and-suppressing-warnings.html
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 if ci says so
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.
This reverts some parts, as little as possible, of #1448