Is there a way to set the Scala version used in an Ammonite script?
I've just started using Ammonite and at first blush it seems far superior to the scalas
script runner that I've been using up until now. With scalas
, however, I can easily set the Scala version used in the script. E.g.,
#!/usr/bin/env scalas
/***
scalaVersion := "2.11.8"
*/
I can't find any reference to any similar declaration in the Ammonite documentation.
When the question was originally posted, there was no way with Ammonite to specify the version of Scala that you wanted to use. The Scala version was hardwired to 2.12.1 at the time.
There is still no way to set the version of Scala that you would like inside an Ammonite script, like you can with scalas
. Fortunately, Ammonite is distributed in three different versions. You can download a Scala 2.12 version of Ammonite, if you would like. There are also Scala 2.11, and Scala 2.10 versions available for download.
https://ammonite.io/#OlderScalaVersions
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With