Skip to content

Commit

Permalink
Update ammonite to 3.0.0-M2-30-486378af (#3172)
Browse files Browse the repository at this point in the history
* Update ammonite to 3.0.0-M2-30-486378af

* Enable newest `ammonite` to be used by default with Scala 2.12.20 & 3.5.0

---------

Co-authored-by: Piotr Chabelski <[email protected]>
  • Loading branch information
scala-steward and Gedochao authored Sep 18, 2024
1 parent d2d308c commit 146214e
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
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ object Scala {
(0 until max35).map(i => s"3.5.$i") ++ Seq(scala3Next)
}

def maxAmmoniteScala212Version = "2.12.19"
def maxAmmoniteScala212Version = scala212
def maxAmmoniteScala213Version = scala213
def maxAmmoniteScala3Version = "3.4.2"
def maxAmmoniteScala3Version = scala3Next
lazy val listMaxAmmoniteScalaVersion =
Seq(maxAmmoniteScala212Version, maxAmmoniteScala213Version, maxAmmoniteScala3Version)
lazy val listAllAmmonite = {
Expand Down Expand Up @@ -99,7 +99,7 @@ object InternalDeps {

object Deps {
object Versions {
def ammonite = "3.0.0-M2-15-9bed9700"
def ammonite = "3.0.0-M2-30-486378af"
def ammoniteForScala3Lts = ammonite
// jni-utils version may need to be sync-ed when bumping the coursier version
def coursierDefault = "2.1.12"
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 @@ -1214,7 +1214,7 @@ Use Ammonite (instead of the default Scala REPL)

Aliases: `--ammonite-ver`

Set the Ammonite version (3.0.0-M2-15-9bed9700 by default)
Set the Ammonite version (3.0.0-M2-30-486378af by default)

### `--ammonite-arg`

Expand Down

0 comments on commit 146214e

Please sign in to comment.