File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -54,9 +54,9 @@ object Scala {
5454 }
5555
5656 def maxAmmoniteScala212Version = scala212
57- def maxAmmoniteScala213Version = " 2.13.14 "
58- def maxAmmoniteScala3Version = " 3.5.1 "
59- def maxAmmoniteScala3LtsVersion = " 3.3.4 "
57+ def maxAmmoniteScala213Version = scala213
58+ def maxAmmoniteScala3Version = scala3NextAnnounced
59+ def maxAmmoniteScala3LtsVersion = scala3Lts
6060 lazy val listMaxAmmoniteScalaVersion =
6161 Seq (maxAmmoniteScala212Version, maxAmmoniteScala213Version, maxAmmoniteScala3Version)
6262 lazy val listAllAmmonite = {
@@ -105,7 +105,7 @@ object InternalDeps {
105105
106106object Deps {
107107 object Versions {
108- def ammonite = " 3.0.0-2-6342755f "
108+ def ammonite = " 3.0.1 "
109109 def ammoniteForScala3Lts = ammonite
110110 def argonautShapeless = " 1.3.1"
111111 // 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.0-2-6342755f by default)
1249+ Set the Ammonite version (3.0.1 by default)
12501250
12511251### ` --ammonite-arg `
12521252
You can’t perform that action at this time.
0 commit comments