Skip to content

Commit bac7c70

Browse files
authored
Merge pull request #230 from fede0664/master
Scala Native support for fs2 - ce3
2 parents b3dd05b + f6d510e commit bac7c70

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)