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

Add back Scala 2.12 #1538

Merged
merged 4 commits into from
Sep 20, 2022
Merged

Add back Scala 2.12 #1538

merged 4 commits into from
Sep 20, 2022

Conversation

patriknw
Copy link
Member

  • because it has ripple effect to Alpakka and then Cassandra plugin
  • we need to coordinate this decision across all Akka projects, later

This reverts some parts, as little as possible, of #1448

* 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"
Copy link
Member Author

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

Copy link
Member

@johanandren johanandren left a 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

Copy link
Member

@ennru ennru left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@ennru ennru merged commit 36d335b into master Sep 20, 2022
@ennru ennru deleted the wip-scala-2.12-patriknw branch September 20, 2022 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants