Skip to content

Commit 442facc

Browse files
Update ammonite to 3.0.0-2-6342755f (#3214)
* Update ammonite to 3.0.0-2-6342755f * Fix reference docs * Re-enable Ammonite tests for LTS --------- Co-authored-by: Piotr Chabelski <[email protected]>
1 parent 1030767 commit 442facc

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
package scala.cli.integration
22

33
class ReplTests3Lts extends ReplTestDefinitions with Test3Lts
4+
with ReplAmmoniteTestDefinitions
5+
with ReplAmmoniteTests3StableDefinitions

project/deps.sc

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ object Scala {
5353

5454
def maxAmmoniteScala212Version = scala212
5555
def maxAmmoniteScala213Version = "2.13.14"
56-
def maxAmmoniteScala3Version = "3.5.0"
56+
def maxAmmoniteScala3Version = "3.5.1"
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-30-486378af"
102+
def ammonite = "3.0.0-2-6342755f"
103103
def ammoniteForScala3Lts = ammonite
104104
// jni-utils version may need to be sync-ed when bumping the coursier version
105105
def coursierDefault = "2.1.13"

website/docs/reference/cli-options.md

+1-1
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-30-486378af by default)
1217+
Set the Ammonite version (3.0.0-2-6342755f by default)
12181218

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

0 commit comments

Comments
 (0)