Skip to content

Commit

Permalink
Update ammonite to 3.0.0-M2-12-951bbc1e (#2979)
Browse files Browse the repository at this point in the history
* Update ammonite to 3.0.0-M2-12-951bbc1e

* Update reference docs

---------

Co-authored-by: Piotr Chabelski <[email protected]>
  • Loading branch information
scala-steward and Gedochao authored Jun 25, 2024
1 parent 06e3e55 commit 0f7c5e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/deps.sc
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ object InternalDeps {

object Deps {
object Versions {
def ammonite = "3.0.0-M2-10-f6e2c001"
def ammonite = "3.0.0-M2-12-951bbc1e"
def ammoniteForScala3Lts = ammonite
// jni-utils version may need to be sync-ed when bumping the coursier version
def coursierDefault = "2.1.10"
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 @@ -1178,7 +1178,7 @@ Use Ammonite (instead of the default Scala REPL)

Aliases: `--ammonite-ver`

Set the Ammonite version (3.0.0-M2-10-f6e2c001 by default)
Set the Ammonite version (3.0.0-M2-12-951bbc1e by default)

### `--ammonite-arg`

Expand Down

0 comments on commit 0f7c5e8

Please sign in to comment.