We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b3dd05b + f6d510e commit bac7c70Copy full SHA for bac7c70
build.sbt
@@ -190,6 +190,10 @@ lazy val fs2 = (projectMatrix in file("fs2"))
190
scalaVersions = List(scala2_12, scala2_13) ++ scala3,
191
settings = commonJsSettings ++ browserChromeTestSettings
192
)
193
+ .nativePlatform(
194
+ scalaVersions = List(scala2_12, scala2_13) ++ scala3,
195
+ settings = commonNativeSettings
196
+ )
197
.dependsOn(core)
198
199
lazy val monix = (projectMatrix in file("monix"))
0 commit comments