Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法设置 Ammonite 脚本中使用的 Scala 版本?
我刚刚开始使用 Ammonite,乍一看,它似乎远远优于scalas我迄今为止一直在使用的脚本运行器。但是,使用scalas,我可以轻松设置脚本中使用的 Scala 版本。例如,
scalas
#!/usr/bin/env scalas /*** scalaVersion := "2.11.8" */
我在 Ammonite 文档中找不到对任何类似声明的任何引用。
最初发布问题时,Ammonite 无法指定您要使用的 Scala 版本。Scala 版本当时硬连线到 2.12.1。
仍然无法在 Ammonite 脚本中设置您想要的 Scala 版本,就像使用scalas. 幸运的是,Ammonite 分布在三个不同的版本中。如果您愿意,可以下载 Ammonite 的 Scala 2.12 版本。还有 Scala 2.11 和 Scala 2.10 版本可供下载。
http://www.lihaoyi.com/Ammonite/#OlderScalaVersions