Skip to content

Commit f6d510e

Browse files
committed
Scala Native support for fs2 - ce3
1 parent b3dd05b commit f6d510e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.sbt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,10 @@ lazy val fs2 = (projectMatrix in file("fs2"))
190190
scalaVersions = List(scala2_12, scala2_13) ++ scala3,
191191
settings = commonJsSettings ++ browserChromeTestSettings
192192
)
193+
.nativePlatform(
194+
scalaVersions = List(scala2_12, scala2_13) ++ scala3,
195+
settings = commonNativeSettings
196+
)
193197
.dependsOn(core)
194198

195199
lazy val monix = (projectMatrix in file("monix"))

0 commit comments

Comments
 (0)