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 @@ -104,7 +104,7 @@ object Deps {
104
104
// DO NOT hardcode a Scala version in this dependency string
105
105
// This dependency is used to ensure that Ammonite is available for Scala versions
106
106
// that Scala CLI supports.
107
- def ammonite = ivy " com.lihaoyi:::ammonite:3.0.0-M0-67-b3fea31f "
107
+ def ammonite = ivy " com.lihaoyi:::ammonite:3.0.0-M0-71-1e75159e "
108
108
def asm = ivy " org.ow2.asm:asm:9.6 "
109
109
// Force using of 2.13 - is there a better way?
110
110
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-67-b3fea31f by default)
1179
+ Set the Ammonite version (3.0.0-M0-71-1e75159e by default)
1180
1180
1181
1181
### ` --ammonite-arg `
1182
1182
You can’t perform that action at this time.
0 commit comments