File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ object Deps {
106
106
// DO NOT hardcode a Scala version in this dependency string
107
107
// This dependency is used to ensure that Ammonite is available for Scala versions
108
108
// that Scala CLI supports.
109
- def ammonite = ivy " com.lihaoyi:::ammonite:3.0.0-M1-8-35694880 "
109
+ def ammonite = ivy " com.lihaoyi:::ammonite:3.0.0-M1-10-105f9e32 "
110
110
def asm = ivy " org.ow2.asm:asm:9.7 "
111
111
// Force using of 2.13 - is there a better way?
112
112
def bloopConfig = ivy " ch.epfl.scala:bloop-config_2.13:1.5.5 "
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-M1-8-35694880 by default)
1185
+ Set the Ammonite version (3.0.0-M1-10-105f9e32 by default)
1186
1186
1187
1187
### ` --ammonite-arg `
1188
1188
You can’t perform that action at this time.
0 commit comments