Skip to content

Commit 008c32f

Browse files
authored
Merge pull request #2773 from scala-steward/update/ammonite-3.0.0-M0-71-1e75159e
Update ammonite to 3.0.0-M0-71-1e75159e
2 parents 5646e55 + 641f26b commit 008c32f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

project/deps.sc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ object Scala {
4747

4848
def maxAmmoniteScala212Version = "2.12.18"
4949
def maxAmmoniteScala213Version = "2.13.12"
50-
def maxAmmoniteScala3Version = "3.3.1"
50+
def maxAmmoniteScala3Version = scala3Lts
5151
lazy val listMaxAmmoniteScalaVersion =
5252
Seq(maxAmmoniteScala212Version, maxAmmoniteScala213Version, maxAmmoniteScala3Version)
5353
lazy val listAllAmmonite = {
@@ -104,7 +104,7 @@ object Deps {
104104
// DO NOT hardcode a Scala version in this dependency string
105105
// This dependency is used to ensure that Ammonite is available for Scala versions
106106
// that Scala CLI supports.
107-
def ammonite = ivy"com.lihaoyi:::ammonite:3.0.0-M0-67-b3fea31f"
107+
def ammonite = ivy"com.lihaoyi:::ammonite:3.0.0-M0-71-1e75159e"
108108
def asm = ivy"org.ow2.asm:asm:9.6"
109109
// Force using of 2.13 - is there a better way?
110110
def bloopConfig = ivy"ch.epfl.scala:bloop-config_2.13:1.5.5"

website/docs/reference/cli-options.md

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

11771177
Aliases: `--ammonite-ver`
11781178

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

11811181
### `--ammonite-arg`
11821182

0 commit comments

Comments
 (0)