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 @@ -96,7 +96,7 @@ object Deps {
96
96
// DO NOT hardcode a Scala version in this dependency string
97
97
// This dependency is used to ensure that Ammonite is available for Scala versions
98
98
// that Scala CLI supports.
99
- def ammonite = ivy " com.lihaoyi:::ammonite:3.0.0-M0-59-cdeaa580 "
99
+ def ammonite = ivy " com.lihaoyi:::ammonite:3.0.0-M0-60-89836cd8 "
100
100
def asm = ivy " org.ow2.asm:asm:9.6 "
101
101
// Force using of 2.13 - is there a better way?
102
102
def bloopConfig = ivy " ch.epfl.scala:bloop-config_2.13:1.5.5 "
Original file line number Diff line number Diff line change @@ -1176,7 +1176,7 @@ Use Ammonite (instead of the default Scala REPL)
1176
1176
1177
1177
Aliases: ` --ammonite-ver `
1178
1178
1179
- Set the Ammonite version (3.0.0-M0-59-cdeaa580 by default)
1179
+ Set the Ammonite version (3.0.0-M0-60-89836cd8 by default)
1180
1180
1181
1181
### ` --ammonite-arg `
1182
1182
You can’t perform that action at this time.
0 commit comments