Last active
November 24, 2017 10:11
-
-
Save davidbarkhuizen/7620cde656b97f166261b899bf574f48 to your computer and use it in GitHub Desktop.
scala build tool cheat sheet
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 version | |
| sbt sbt-version | |
| or | |
| sbt sbtVersion | |
| # get scala version from sbt | |
| $ sbt | |
| [project] $ scala-version | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment