Skip to content

Commit 6822f09

Browse files
authored
Backport LazyList (#290)
* Backport LazyList * Move GC test to JVM only.
1 parent c566c89 commit 6822f09

File tree

6 files changed

+3140
-1
lines changed

6 files changed

+3140
-1
lines changed

build.sbt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ lazy val compat = MultiScalaCrossProject(JSPlatform, JVMPlatform, NativePlatform
7474
val sharedSourceDir = (baseDirectory in ThisBuild).value / "compat/src/main"
7575
if (scalaVersion.value.startsWith("2.13.")) sharedSourceDir / "scala-2.13"
7676
else sharedSourceDir / "scala-2.11_2.12"
77-
}
77+
},
78+
Test / sourceDirectories += (ThisBuild / baseDirectory).value / "compat/src/test/scala-jvm"
7879
)
7980
.jvmSettings(
8081
OsgiKeys.exportPackage := {

0 commit comments

Comments
 (0)