Skip to content

Commit

Permalink
Merge pull request #2965 from scala-steward/update/ammonite-3.0.0-M2-…
Browse files Browse the repository at this point in the history
…10-f6e2c001

Update ammonite to 3.0.0-M2-10-f6e2c001
  • Loading branch information
Gedochao authored Jun 18, 2024
2 parents eb9a1f8 + 65c92c5 commit f0555ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions project/deps.sc
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ object InternalDeps {

object Deps {
object Versions {
def ammonite = "3.0.0-M2-9-88291dd8"
def ammoniteForScala3Lts = "3.0.0-M2-8-ba4429a2"
def ammonite = "3.0.0-M2-10-f6e2c001"
def ammoniteForScala3Lts = ammonite
// jni-utils version may need to be sync-ed when bumping the coursier version
def coursierDefault = "2.1.10"
def coursier = coursierDefault
Expand Down
2 changes: 1 addition & 1 deletion website/docs/reference/cli-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -1182,7 +1182,7 @@ Use Ammonite (instead of the default Scala REPL)

Aliases: `--ammonite-ver`

Set the Ammonite version (3.0.0-M2-9-88291dd8 by default)
Set the Ammonite version (3.0.0-M2-10-f6e2c001 by default)

### `--ammonite-arg`

Expand Down

0 comments on commit f0555ea

Please sign in to comment.