Created
March 4, 2015 04:44
-
-
Save sifue/38bc07eaa5b4657db22c to your computer and use it in GitHub Desktop.
sbtまたはactivator内で-featureをコンパイルオプションにつけるコマンド ref: http://qiita.com/sifue/items/5ddde7d6439b6207241d
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sbt> set scalacOptions += "-feature" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment