Skip to content

Commit 8f91df4

Browse files
authored
Bump ammonite to 3.0.1 (#3468)
1 parent 40cd216 commit 8f91df4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

project/deps.sc

+4-4
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ object Scala {
5454
}
5555

5656
def maxAmmoniteScala212Version = scala212
57-
def maxAmmoniteScala213Version = "2.13.14"
58-
def maxAmmoniteScala3Version = "3.5.1"
59-
def maxAmmoniteScala3LtsVersion = "3.3.4"
57+
def maxAmmoniteScala213Version = scala213
58+
def maxAmmoniteScala3Version = scala3NextAnnounced
59+
def maxAmmoniteScala3LtsVersion = scala3Lts
6060
lazy val listMaxAmmoniteScalaVersion =
6161
Seq(maxAmmoniteScala212Version, maxAmmoniteScala213Version, maxAmmoniteScala3Version)
6262
lazy val listAllAmmonite = {
@@ -105,7 +105,7 @@ object InternalDeps {
105105

106106
object Deps {
107107
object Versions {
108-
def ammonite = "3.0.0-2-6342755f"
108+
def ammonite = "3.0.1"
109109
def ammoniteForScala3Lts = ammonite
110110
def argonautShapeless = "1.3.1"
111111
// jni-utils version may need to be sync-ed when bumping the coursier version

website/docs/reference/cli-options.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1246,7 +1246,7 @@ Use Ammonite (instead of the default Scala REPL)
12461246

12471247
Aliases: `--ammonite-ver`
12481248

1249-
Set the Ammonite version (3.0.0-2-6342755f by default)
1249+
Set the Ammonite version (3.0.1 by default)
12501250

12511251
### `--ammonite-arg`
12521252

0 commit comments

Comments
 (0)