Skip to content

Instantly share code, notes, and snippets.

@jdegoes
Created February 19, 2014 22:15
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jdegoes/9102817 to your computer and use it in GitHub Desktop.
Save jdegoes/9102817 to your computer and use it in GitHub Desktop.
Kill language._
scalacOptions ++= Seq(
"-feature",
"-language:implicitConversions",
"-language:higherKinds",
"-language:existentials",
"-language:postfixOps"
)
@etorreborre
Copy link

Or -language:_.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment