File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -54,9 +54,9 @@ object Scala {
54
54
}
55
55
56
56
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
60
60
lazy val listMaxAmmoniteScalaVersion =
61
61
Seq (maxAmmoniteScala212Version, maxAmmoniteScala213Version, maxAmmoniteScala3Version)
62
62
lazy val listAllAmmonite = {
@@ -105,7 +105,7 @@ object InternalDeps {
105
105
106
106
object Deps {
107
107
object Versions {
108
- def ammonite = " 3.0.0-2-6342755f "
108
+ def ammonite = " 3.0.1 "
109
109
def ammoniteForScala3Lts = ammonite
110
110
def argonautShapeless = " 1.3.1"
111
111
// 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)
1246
1246
1247
1247
Aliases: ` --ammonite-ver `
1248
1248
1249
- Set the Ammonite version (3.0.0-2-6342755f by default)
1249
+ Set the Ammonite version (3.0.1 by default)
1250
1250
1251
1251
### ` --ammonite-arg `
1252
1252
You can’t perform that action at this time.
0 commit comments