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 13c8508 + 8a20e5d commit f370f38Copy full SHA for f370f38
build.sbt
@@ -232,4 +232,8 @@ lazy val zio = (projectMatrix in file("zio"))
232
scalaVersions = List(scala2_12, scala2_13) ++ scala3,
233
settings = commonJsSettings ++ browserChromeTestSettings
234
)
235
+ .nativePlatform(
236
+ scalaVersions = scala2 ++ scala3,
237
+ settings = commonNativeSettings
238
+ )
239
.dependsOn(core)
0 commit comments