Skip to content

Commit f0555ea

Browse files
authored
Merge pull request #2965 from scala-steward/update/ammonite-3.0.0-M2-10-f6e2c001
Update ammonite to 3.0.0-M2-10-f6e2c001
2 parents eb9a1f8 + 65c92c5 commit f0555ea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

project/deps.sc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ object InternalDeps {
8888

8989
object Deps {
9090
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
9393
// jni-utils version may need to be sync-ed when bumping the coursier version
9494
def coursierDefault = "2.1.10"
9595
def coursier = coursierDefault

website/docs/reference/cli-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1182,7 +1182,7 @@ Use Ammonite (instead of the default Scala REPL)
11821182

11831183
Aliases: `--ammonite-ver`
11841184

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)
11861186

11871187
### `--ammonite-arg`
11881188

0 commit comments

Comments
 (0)