Skip to content

Instantly share code, notes, and snippets.

@pinge
Last active August 29, 2015 13:56
Show Gist options
  • Save pinge/9122649 to your computer and use it in GitHub Desktop.
Save pinge/9122649 to your computer and use it in GitHub Desktop.
scala

sbt compile with deprecation warnings

$ sbt
> set scalacOptions in ThisBuild ++= Seq("-unchecked", "-deprecation")
> compile

check scala version

$ sbt console
scala> util.Properties.versionString
res1: String = version 2.10.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment