我是 Scala/SBT 的新手,所以请保持温和,但我正在尝试通过 SBT“入门”工作,我注意到我的 brew 安装的 scala 和 sbt 工具之间存在差异。当我直接为 scala 启动 REPL 时,它报告自己为 Scala 2.10.1,这是我所期望的。
bobk-mbp:work bobk$ scala
Welcome to Scala version 2.10.1 (Java HotSpot(TM) 64-Bit Server VM, Java 1.7.0_17).
Type in expressions to have them evaluated.
Type :help for more information.
scala> :quit
当我通过 SBT 启动 REPL 时,REPL 断言它是 2.9.2?!?
bobk-mbp:work bobk$ sbt console
[info] Set current project to default-690573 (in build file:/Users/bobk/work/)
[info] Starting scala interpreter...
[info]
Welcome to Scala version 2.9.2 (Java HotSpot(TM) 64-Bit Server VM, Java 1.7.0_17).
Type in expressions to have them evaluated.
Type :help for more information.
scala> :quit
那是怎么回事?我期待构建工具使用托管在我的开发盒上的 scala 环境。它在哪里获得 2.9.2,我如何让它使用 2.10.1?
scala 和 sbt 都是通过 brew 安装的,但我认为这并不重要。sbt 版本似乎是 0.12.3
bobk-mbp:work bobk$ sbt --version
sbt launcher version 0.12.3