File tree 3 files changed +6
-6
lines changed
jvm/src/test/scala/scala/xml
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -6,19 +6,19 @@ language: scala
6
6
7
7
scala :
8
8
- 2.11.12
9
- - 2.12.10
10
- - 2.13.1
9
+ - 2.12.12
10
+ - 2.13.3
11
11
12
12
env :
13
13
- SCALAJS_VERSION= ADOPTOPENJDK=8
14
- - SCALAJS_VERSION=0.6.32 ADOPTOPENJDK=8
14
+ - SCALAJS_VERSION=0.6.33 ADOPTOPENJDK=8
15
15
- SCALAJS_VERSION=1.0.1 ADOPTOPENJDK=8
16
16
- SCALAJS_VERSION= ADOPTOPENJDK=11
17
17
18
18
matrix :
19
19
exclude :
20
20
- scala : 2.11.12
21
- env : SCALAJS_VERSION=0.6.32 ADOPTOPENJDK=8
21
+ env : SCALAJS_VERSION=0.6.33 ADOPTOPENJDK=8
22
22
- scala : 2.11.12
23
23
env : SCALAJS_VERSION=1.0.1 ADOPTOPENJDK=8
24
24
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import org.junit.Test
5
5
class CompilerErrors extends CompilerTesting {
6
6
@ Test
7
7
def t7185 () =
8
- expectXmlError(""" |overloaded method value apply with alternatives:
8
+ expectXmlError(""" |overloaded method apply with alternatives:
9
9
| (f: scala.xml.Node => Boolean)scala.xml.NodeSeq <and>
10
10
| (i: Int)scala.xml.Node
11
11
| cannot be applied to ()""" .stripMargin,
Original file line number Diff line number Diff line change 1
- sbt.version =1.3.8
1
+ sbt.version =1.3.13
You can’t perform that action at this time.
0 commit comments