Skip to content

Commit

Permalink
Update ammonite to 3.0.0-M0-92-0b2ae1a1 (#2782)
Browse files Browse the repository at this point in the history
* Update ammonite to 3.0.0-M0-92-0b2ae1a1

* Generate reference doc

* Bump max ammonite version for Scala 2.12 & 2.13

---------

Co-authored-by: Piotr Chabelski <ged.subfan@gmail.com>
  • Loading branch information
scala-steward and Gedochao committed Mar 7, 2024
1 parent 138196b commit 251223e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions project/deps.sc
Expand Up @@ -45,8 +45,8 @@ object Scala {
(0 until max34).map(i => s"3.4.$i") ++ Seq(scala3Next)
}

def maxAmmoniteScala212Version = "2.12.18"
def maxAmmoniteScala213Version = "2.13.12"
def maxAmmoniteScala212Version = scala212
def maxAmmoniteScala213Version = scala213
def maxAmmoniteScala3Version = scala3Lts
lazy val listMaxAmmoniteScalaVersion =
Seq(maxAmmoniteScala212Version, maxAmmoniteScala213Version, maxAmmoniteScala3Version)
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-71-1e75159e"
def ammonite = ivy"com.lihaoyi:::ammonite:3.0.0-M0-92-0b2ae1a1"
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
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-71-1e75159e by default)
Set the Ammonite version (3.0.0-M0-92-0b2ae1a1 by default)

### `--ammonite-arg`

Expand Down

0 comments on commit 251223e

Please sign in to comment.