Skip to content

Commit 146214e

Browse files
Update ammonite to 3.0.0-M2-30-486378af (#3172)
* 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]>
1 parent d2d308c commit 146214e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

project/deps.sc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ object Scala {
5151
(0 until max35).map(i => s"3.5.$i") ++ Seq(scala3Next)
5252
}
5353

54-
def maxAmmoniteScala212Version = "2.12.19"
54+
def maxAmmoniteScala212Version = scala212
5555
def maxAmmoniteScala213Version = scala213
56-
def maxAmmoniteScala3Version = "3.4.2"
56+
def maxAmmoniteScala3Version = scala3Next
5757
lazy val listMaxAmmoniteScalaVersion =
5858
Seq(maxAmmoniteScala212Version, maxAmmoniteScala213Version, maxAmmoniteScala3Version)
5959
lazy val listAllAmmonite = {
@@ -99,7 +99,7 @@ object InternalDeps {
9999

100100
object Deps {
101101
object Versions {
102-
def ammonite = "3.0.0-M2-15-9bed9700"
102+
def ammonite = "3.0.0-M2-30-486378af"
103103
def ammoniteForScala3Lts = ammonite
104104
// jni-utils version may need to be sync-ed when bumping the coursier version
105105
def coursierDefault = "2.1.12"

website/docs/reference/cli-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1214,7 +1214,7 @@ Use Ammonite (instead of the default Scala REPL)
12141214

12151215
Aliases: `--ammonite-ver`
12161216

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

12191219
### `--ammonite-arg`
12201220

0 commit comments

Comments
 (0)