sbt about와 sbt -v 둘 다 사용해 버전을 확인할 수 있다.
$ sbt about
[info] Set current project to scala (in build file:/Users/samuel.kim/dev/scala/)
[info] This is sbt 0.13.12
[info] The current project is {file:/Users/samuel.kim/dev/scala/}scala 0.1-SNAPSHOT
[info] The current project is built against Scala 2.10.6
[info] Available Plugins: sbt.plugins.IvyPlugin, sbt.plugins.JvmPlugin, sbt.plugins.CorePlugin, sbt.plugins.JUnitXmlReportPlugin
[info] sbt, sbt plugins, and build definitions are using Scala 2.10.6
$ sbt -v
[process_args] java_version = '1.8.0_101'
# Executing command line:
java
-Xms1024m
-Xmx1024m
-XX:ReservedCodeCacheSize=128m
-XX:MaxMetaspaceSize=256m
-jar
/usr/local/Cellar/sbt/0.13.12/libexec/sbt-launch.jar
'scala' 카테고리의 다른 글
[scala] expansion of function value (0) | 2017.06.28 |
---|---|
[scala] Boolean-ifThenElse (coursera 강의 발췌) (0) | 2017.06.28 |
[play2] json-객체 연동 코드 예제 (0) | 2017.06.26 |
[spark] spark streaming job 개발시 유익한 싸이트 (0) | 2017.06.07 |
[spark] parquet 사용 예제 (0) | 2017.05.26 |