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.
1 parent b3dd05b commit f6d510eCopy full SHA for f6d510e
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