Skip to content

Commit

Permalink
Merge pull request #2773 from scala-steward/update/ammonite-3.0.0-M0-…
Browse files Browse the repository at this point in the history
…71-1e75159e

Update ammonite to 3.0.0-M0-71-1e75159e
  • Loading branch information
Gedochao authored Mar 5, 2024
2 parents 5646e55 + 641f26b commit 008c32f
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 @@ -47,7 +47,7 @@ object Scala {

def maxAmmoniteScala212Version = "2.12.18"
def maxAmmoniteScala213Version = "2.13.12"
def maxAmmoniteScala3Version = "3.3.1"
def maxAmmoniteScala3Version = scala3Lts
lazy val listMaxAmmoniteScalaVersion =
Seq(maxAmmoniteScala212Version, maxAmmoniteScala213Version, maxAmmoniteScala3Version)
lazy val listAllAmmonite = {
Expand Down Expand Up @@ -104,7 +104,7 @@ object Deps {
// DO NOT hardcode a Scala version in this dependency string
// This dependency is used to ensure that Ammonite is available for Scala versions
// that Scala CLI supports.
def ammonite = ivy"com.lihaoyi:::ammonite:3.0.0-M0-67-b3fea31f"
def ammonite = ivy"com.lihaoyi:::ammonite:3.0.0-M0-71-1e75159e"
def asm = ivy"org.ow2.asm:asm:9.6"
// Force using of 2.13 - is there a better way?
def bloopConfig = ivy"ch.epfl.scala:bloop-config_2.13:1.5.5"
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 @@ -1176,7 +1176,7 @@ Use Ammonite (instead of the default Scala REPL)

Aliases: `--ammonite-ver`

Set the Ammonite version (3.0.0-M0-67-b3fea31f by default)
Set the Ammonite version (3.0.0-M0-71-1e75159e by default)

### `--ammonite-arg`

Expand Down

0 comments on commit 008c32f

Please sign in to comment.