Skip to content

Commit 53da17d

Browse files
committed
upgrade to Scala 2.13.4
1 parent 1da64f9 commit 53da17d

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-M1
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-M1"
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)