Skip to content

Commit

Permalink
Bump ammonite to 3.0.1 (#3468)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gedochao authored Jan 31, 2025
1 parent 40cd216 commit 8f91df4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions project/deps.sc
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ object Scala {
}

def maxAmmoniteScala212Version = scala212
def maxAmmoniteScala213Version = "2.13.14"
def maxAmmoniteScala3Version = "3.5.1"
def maxAmmoniteScala3LtsVersion = "3.3.4"
def maxAmmoniteScala213Version = scala213
def maxAmmoniteScala3Version = scala3NextAnnounced
def maxAmmoniteScala3LtsVersion = scala3Lts
lazy val listMaxAmmoniteScalaVersion =
Seq(maxAmmoniteScala212Version, maxAmmoniteScala213Version, maxAmmoniteScala3Version)
lazy val listAllAmmonite = {
Expand Down Expand Up @@ -105,7 +105,7 @@ object InternalDeps {

object Deps {
object Versions {
def ammonite = "3.0.0-2-6342755f"
def ammonite = "3.0.1"
def ammoniteForScala3Lts = ammonite
def argonautShapeless = "1.3.1"
// jni-utils version may need to be sync-ed when bumping the coursier version
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 @@ -1246,7 +1246,7 @@ Use Ammonite (instead of the default Scala REPL)

Aliases: `--ammonite-ver`

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

### `--ammonite-arg`

Expand Down

0 comments on commit 8f91df4

Please sign in to comment.