Replies: 1 comment 1 reply
-
Mill will by default pick the same ammonite version which it's using internally. But as ammonite releases need to match the full scala version, and the pre-selected ammonite version ( object ulang extends ScalaModule {
override def scalaVersion = "2.12.10"
override def ammoniteVersion = "2.4.0"
// ...
} |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using mill to build and run my scala project. Now I wanted to start a repl but am confronted with a 404 HTTP error (I suppose). As I have not specified any version constraints on ammonite manually I was hoping that mill would magically pick a version that existed. Am I doing something wrong?
For reference here is my build.sc: https://github.com/lucc/ulang-tiny/blob/develop/build.sc
Beta Was this translation helpful? Give feedback.
All reactions