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.