File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff 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
114114object 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
Original file line number Diff line number Diff line change @@ -1246,7 +1246,7 @@ Use Ammonite (instead of the default Scala REPL)
12461246
12471247Aliases: ` --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
You can’t perform that action at this time.
0 commit comments