Skip to content

Commit 00e180e

Browse files
committed
fix build so LazyListGCTest runs
thank you new sbt 1.4 unused-settings warnings for catching it!
1 parent 92da557 commit 00e180e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ lazy val compat = MultiScalaCrossProject(JSPlatform, JVMPlatform, NativePlatform
6363
if (scalaVersion.value.startsWith("2.13.")) sharedSourceDir / "scala-2.13"
6464
else sharedSourceDir / "scala-2.11_2.12"
6565
},
66-
Test / sourceDirectories += (ThisBuild / baseDirectory).value / "compat/src/test/scala-jvm"
6766
)
6867
.jvmSettings(
68+
Test / unmanagedSourceDirectories += (ThisBuild / baseDirectory).value / "compat/src/test/scala-jvm",
6969
junit,
7070
scalaModuleMimaPreviousVersion := Some("2.1.6"),
7171
mimaBinaryIssueFilters ++= {

0 commit comments

Comments
 (0)