Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions project/deps/package.mill.scala
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ object Scala {
.distinct
.filter(minorVer(_) < minorVer(scala3Lts))

def maxAmmoniteScala212Version = scala212
def maxAmmoniteScala213Version = "2.13.16"
def maxAmmoniteScala3Version = "3.6.3"
def maxAmmoniteScala3LtsVersion = "3.3.5"
def maxAmmoniteScala212Version = "2.12.20"
def maxAmmoniteScala213Version = "2.13.17"
def maxAmmoniteScala3Version = "3.7.3"
def maxAmmoniteScala3LtsVersion = "3.3.7"
lazy val listMaxAmmoniteScalaVersion: Seq[String] =
Seq(maxAmmoniteScala212Version, maxAmmoniteScala213Version, maxAmmoniteScala3Version)
}
Expand Down Expand Up @@ -113,7 +113,7 @@ object InternalDeps {

object Deps {
object Versions {
def ammonite = "3.0.2"
def ammonite = "3.0.3"
def ammoniteForScala3Lts = ammonite
def argonautShapeless = "1.3.1"
// jni-utils version may need to be sync-ed when bumping the coursier version
Expand Down
2 changes: 1 addition & 1 deletion website/docs/reference/cli-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -1246,7 +1246,7 @@ Use Ammonite (instead of the default Scala REPL)

Aliases: `--ammonite-ver`

Set the Ammonite version (3.0.2 by default)
Set the Ammonite version (3.0.3 by default)

### `--ammonite-arg`

Expand Down