Skip to content

Commit

Permalink
Update ammonite to 3.0.0-2-6342755f (#3214)
Browse files Browse the repository at this point in the history
* Update ammonite to 3.0.0-2-6342755f

* Fix reference docs

* Re-enable Ammonite tests for LTS

---------

Co-authored-by: Piotr Chabelski <ged.subfan@gmail.com>
  • Loading branch information
scala-steward and Gedochao authored Sep 30, 2024
1 parent 1030767 commit 442facc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
package scala.cli.integration

class ReplTests3Lts extends ReplTestDefinitions with Test3Lts
with ReplAmmoniteTestDefinitions
with ReplAmmoniteTests3StableDefinitions
4 changes: 2 additions & 2 deletions project/deps.sc
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ object Scala {

def maxAmmoniteScala212Version = scala212
def maxAmmoniteScala213Version = "2.13.14"
def maxAmmoniteScala3Version = "3.5.0"
def maxAmmoniteScala3Version = "3.5.1"
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-30-486378af"
def ammonite = "3.0.0-2-6342755f"
def ammoniteForScala3Lts = ammonite
// jni-utils version may need to be sync-ed when bumping the coursier version
def coursierDefault = "2.1.13"
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-30-486378af by default)
Set the Ammonite version (3.0.0-2-6342755f by default)

### `--ammonite-arg`

Expand Down

0 comments on commit 442facc

Please sign in to comment.