We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f0360f4 + 7cac5bf commit a740299Copy full SHA for a740299
7 files changed
.github/workflows/run-tests.yml
@@ -22,19 +22,19 @@ jobs:
22
command: 'terminal.__.test'
23
24
- java-version: 11
25
- command: 'sshd[{2.12.20,2.13.16,3.3.5,3.4.3,3.5.2,3.6.3}].__.test'
+ command: 'sshd[{2.12.20,2.13.17,3.3.5,3.4.3,3.5.2,3.6.3}].__.test'
26
27
28
command: 'amm.repl[2.12.{9,14,20}].__.test'
29
- java-version: 17
30
- command: 'amm.repl[2.13.{4,9,16}].__.test'
+ command: 'amm.repl[2.13.{4,9,17}].__.test'
31
- java-version: 21
32
command: 'amm.repl[{3.3.5,3.4.3,3.5.2,3.6.3}].__.test'
33
34
35
command: 'amm[2.12.{9,14,20}].__.test'
36
37
- command: 'amm[2.13.{4,9,16}].__.test'
+ command: 'amm[2.13.{4,9,17}].__.test'
38
39
command: 'amm[{3.3.5,3.4.3,3.5.2,3.6.3}].__.test'
40
@@ -101,4 +101,4 @@ jobs:
101
with:
102
java-version: 11
103
distribution: temurin
104
- - run: ./mill -i -k -j4 '__.compile'
+ - run: ./mill -i -k -j1 '__.compile'
.mill-version
@@ -1 +1 @@
1
-0.12.0
+0.12.16
amm/repl/src/test/scala/ammonite/session/AdvancedTests.scala
@@ -320,7 +320,7 @@ object AdvancedTests extends TestSuite {
320
check.session("""
321
@ // Compiler plugins imported without `.$plugin` are not loaded
322
323
- @ import $ivy.`org.typelevel:::kind-projector:0.13.3`
+ @ import $ivy.`org.typelevel:::kind-projector:0.13.4`
324
325
@ trait TC0[F[_]]
326
defined trait TC0
@@ -330,7 +330,7 @@ object AdvancedTests extends TestSuite {
330
331
@ // You need to use `import $plugin.$ivy`
332
333
- @ import $plugin.$ivy.`org.typelevel:::kind-projector:0.13.3`
+ @ import $plugin.$ivy.`org.typelevel:::kind-projector:0.13.4`
334
335
@ trait TC[F[_]]
336
defined trait TC
0 commit comments