Skip to content

Commit b7ed602

Browse files
authored
Merge pull request #435 from ThijsBroersen/feat/zio/support-native-2_12-2_13
feat(zio): support Native for Scala 2.12 and 2.13
2 parents c9a6940 + 6e3c1a7 commit b7ed602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ lazy val zio = (projectMatrix in file("zio"))
243243
settings = commonJsSettings ++ browserChromeTestSettings
244244
)
245245
.nativePlatform(
246-
scalaVersions = scala3,
246+
scalaVersions = scala2alive ++ scala3,
247247
settings = commonNativeSettings
248248
)
249249
.dependsOn(core)

0 commit comments

Comments
 (0)