Skip to content

Commit f370f38

Browse files
authored
Merge pull request #212 from lolgab/zio-scala-native
Support Scala Native in zio 2 module
2 parents 13c8508 + 8a20e5d commit f370f38

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
@@ -232,4 +232,8 @@ lazy val zio = (projectMatrix in file("zio"))
232232
scalaVersions = List(scala2_12, scala2_13) ++ scala3,
233233
settings = commonJsSettings ++ browserChromeTestSettings
234234
)
235+
.nativePlatform(
236+
scalaVersions = scala2 ++ scala3,
237+
settings = commonNativeSettings
238+
)
235239
.dependsOn(core)

0 commit comments

Comments
 (0)