Skip to content

Commit 8a1c348

Browse files
authored
Merge pull request #405 from SethTisue/scala-2.13.4
Scala 2.13.4 (was 2.13.3)
2 parents 6dd0066 + 1b27ebb commit 8a1c348

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ language: scala
77
scala:
88
- 2.11.12
99
- 2.12.12
10-
- 2.13.3
10+
- 2.13.4
1111
- 3.0.0-M3
1212

1313
env:

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ lazy val junit = libraryDependencies += "com.novocode" % "junit-interface" % "0.
5252

5353
lazy val scala211 = "2.11.12"
5454
lazy val scala212 = "2.12.12"
55-
lazy val scala213 = "2.13.3"
55+
lazy val scala213 = "2.13.4"
5656
lazy val scala30 = "3.0.0-M3"
5757

5858
lazy val compat = MultiScalaCrossProject(JSPlatform, JVMPlatform, NativePlatform)(

compat/src/test/scala/test/scala/collection/LazyListLazinessTest.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,6 @@ class LazyListLazinessTest {
819819
}
820820

821821
@Test
822-
@Ignore // TODO: enable after upgrading to 2.13.4+
823822
def cons_properlyLazy(): Unit = {
824823
genericCons_properlyLazy(LazyList.cons(_, _))
825824
}

0 commit comments

Comments
 (0)