Skip to content

Commit

Permalink
Remove 2.11 quality flags; there's little logic to maintaining them i…
Browse files Browse the repository at this point in the history
…n light of 2.12 falgs
  • Loading branch information
michaelahlers committed Jan 28, 2018
1 parent bbf4bb2 commit 9726c40
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions compiler.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,6 @@ scalacOptions in ThisBuild := {
case Some((2, 11)) =>
"-encoding" :: "UTF-8" ::
"-target:jvm-1.8" ::
"-deprecation" ::
"-feature" ::
"-language:existentials" ::
"-language:higherKinds" ::
"-language:implicitConversions" ::
"-unchecked" ::
"-Xfatal-warnings" ::
// "-Xfuture"::
"-Xlint" ::
"-Yno-adapted-args" ::
"-Ywarn-dead-code" ::
"-Ywarn-numeric-widen" ::
// "-Ywarn-unused-import" ::
// "-Ywarn-value-discard" ::
Nil

/** See also [[https://tpolecat.github.io/2017/04/25/scalac-flags.html ''Recommended Scalac Flags for 2.12'']]. */
Expand Down

0 comments on commit 9726c40

Please sign in to comment.