Skip to content

Commit 4c96135

Browse files
authored
Bump Ammonite to 3.0.3 (#3909)
1 parent 2a256f0 commit 4c96135

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

project/deps/package.mill.scala

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ object Scala {
7171
.distinct
7272
.filter(minorVer(_) < minorVer(scala3Lts))
7373

74-
def maxAmmoniteScala212Version = scala212
75-
def maxAmmoniteScala213Version = "2.13.16"
76-
def maxAmmoniteScala3Version = "3.6.3"
77-
def maxAmmoniteScala3LtsVersion = "3.3.5"
74+
def maxAmmoniteScala212Version = "2.12.20"
75+
def maxAmmoniteScala213Version = "2.13.17"
76+
def maxAmmoniteScala3Version = "3.7.3"
77+
def maxAmmoniteScala3LtsVersion = "3.3.7"
7878
lazy val listMaxAmmoniteScalaVersion: Seq[String] =
7979
Seq(maxAmmoniteScala212Version, maxAmmoniteScala213Version, maxAmmoniteScala3Version)
8080
}
@@ -113,7 +113,7 @@ object InternalDeps {
113113

114114
object Deps {
115115
object Versions {
116-
def ammonite = "3.0.2"
116+
def ammonite = "3.0.3"
117117
def ammoniteForScala3Lts = ammonite
118118
def argonautShapeless = "1.3.1"
119119
// jni-utils version may need to be sync-ed when bumping the coursier version

website/docs/reference/cli-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1246,7 +1246,7 @@ Use Ammonite (instead of the default Scala REPL)
12461246

12471247
Aliases: `--ammonite-ver`
12481248

1249-
Set the Ammonite version (3.0.2 by default)
1249+
Set the Ammonite version (3.0.3 by default)
12501250

12511251
### `--ammonite-arg`
12521252

0 commit comments

Comments
 (0)