File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
modules/integration/src/test/scala/scala/cli/integration Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
package scala .cli .integration
2
2
3
3
class ReplTests3Lts extends ReplTestDefinitions with Test3Lts
4
+ with ReplAmmoniteTestDefinitions
5
+ with ReplAmmoniteTests3StableDefinitions
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ object Scala {
53
53
54
54
def maxAmmoniteScala212Version = scala212
55
55
def maxAmmoniteScala213Version = " 2.13.14"
56
- def maxAmmoniteScala3Version = " 3.5.0 "
56
+ def maxAmmoniteScala3Version = " 3.5.1 "
57
57
lazy val listMaxAmmoniteScalaVersion =
58
58
Seq (maxAmmoniteScala212Version, maxAmmoniteScala213Version, maxAmmoniteScala3Version)
59
59
lazy val listAllAmmonite = {
@@ -99,7 +99,7 @@ object InternalDeps {
99
99
100
100
object Deps {
101
101
object Versions {
102
- def ammonite = " 3.0.0-M2-30-486378af "
102
+ def ammonite = " 3.0.0-2-6342755f "
103
103
def ammoniteForScala3Lts = ammonite
104
104
// jni-utils version may need to be sync-ed when bumping the coursier version
105
105
def coursierDefault = " 2.1.13"
Original file line number Diff line number Diff line change @@ -1214,7 +1214,7 @@ Use Ammonite (instead of the default Scala REPL)
1214
1214
1215
1215
Aliases: ` --ammonite-ver `
1216
1216
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)
1218
1218
1219
1219
### ` --ammonite-arg `
1220
1220
You can’t perform that action at this time.
0 commit comments