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 @@ -112,7 +112,7 @@ object Deps {
112
112
// DO NOT hardcode a Scala version in this dependency string
113
113
// This dependency is used to ensure that Ammonite is available for Scala versions
114
114
// that Scala CLI supports.
115
- def ammonite = ivy " com.lihaoyi:::ammonite:3.0.0-M2-5-1c823fef "
115
+ def ammonite = ivy " com.lihaoyi:::ammonite:3.0.0-M2-8-ba4429a2 "
116
116
def asm = ivy " org.ow2.asm:asm:9.7 "
117
117
// Force using of 2.13 - is there a better way?
118
118
def bloopConfig = ivy " ch.epfl.scala:bloop-config_2.13:2.0.0 "
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-5-1c823fef by default)
1185
+ Set the Ammonite version (3.0.0-M2-8-ba4429a2 by default)
1186
1186
1187
1187
### ` --ammonite-arg `
1188
1188
You can’t perform that action at this time.
0 commit comments