File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -88,8 +88,8 @@ object InternalDeps {
88
88
89
89
object Deps {
90
90
object Versions {
91
- def ammonite = " 3.0.0-M2-9-88291dd8 "
92
- def ammoniteForScala3Lts = " 3.0.0-M2-8-ba4429a2 "
91
+ def ammonite = " 3.0.0-M2-10-f6e2c001 "
92
+ def ammoniteForScala3Lts = ammonite
93
93
// jni-utils version may need to be sync-ed when bumping the coursier version
94
94
def coursierDefault = " 2.1.10"
95
95
def coursier = coursierDefault
Original file line number Diff line number Diff line change @@ -1182,7 +1182,7 @@ Use Ammonite (instead of the default Scala REPL)
1182
1182
1183
1183
Aliases: ` --ammonite-ver `
1184
1184
1185
- Set the Ammonite version (3.0.0-M2-9-88291dd8 by default)
1185
+ Set the Ammonite version (3.0.0-M2-10-f6e2c001 by default)
1186
1186
1187
1187
### ` --ammonite-arg `
1188
1188
You can’t perform that action at this time.
0 commit comments