Skip to content

Commit 8a74187

Browse files
Update ammonite to 3.0.2 (#3504)
* Update ammonite to 3.0.2 * Adjust reference docs --------- Co-authored-by: Piotr Chabelski <[email protected]>
1 parent d2bd538 commit 8a74187

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project/deps.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ object InternalDeps {
105105

106106
object Deps {
107107
object Versions {
108-
def ammonite = "3.0.1"
108+
def ammonite = "3.0.2"
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

Lines changed: 1 addition & 1 deletion
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.1 by default)
1249+
Set the Ammonite version (3.0.2 by default)
12501250

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

0 commit comments

Comments
 (0)