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

Fix console/scalacOptions #349

Merged
merged 1 commit into from
Jul 19, 2022

Conversation

satorg
Copy link
Contributor

@satorg satorg commented Jul 19, 2022

The scalacOptions for console/consoleQuick commands were broken in #312 and #344
This PR should fix that.

@mergify mergify bot added the settings label Jul 19, 2022
Comment on lines -74 to -81
scalacOptions ++= {
scalaVersion.value match {
case V(V(2, minor, _, _)) if minor < 13 =>
Seq("-Yno-adapted-args", "-Ywarn-unused-import")
case _ =>
Seq.empty
}
},
Copy link
Contributor Author

Choose a reason for hiding this comment

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

These options are united with the options in the next code block.

Copy link
Member

@armanbilge armanbilge left a comment

Choose a reason for hiding this comment

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

Thanks!

@armanbilge armanbilge merged commit 854ffb3 into typelevel:main Jul 19, 2022
@satorg satorg deleted the fix-console-scalacoptions branch July 20, 2022 02:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants