Skip to content

Commit

Permalink
Merge pull request #435 from ThijsBroersen/feat/zio/support-native-2_…
Browse files Browse the repository at this point in the history
…12-2_13

feat(zio): support Native for Scala 2.12 and 2.13
  • Loading branch information
adamw authored Sep 5, 2024
2 parents c9a6940 + 6e3c1a7 commit b7ed602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ lazy val zio = (projectMatrix in file("zio"))
settings = commonJsSettings ++ browserChromeTestSettings
)
.nativePlatform(
scalaVersions = scala3,
scalaVersions = scala2alive ++ scala3,
settings = commonNativeSettings
)
.dependsOn(core)
Expand Down

0 comments on commit b7ed602

Please sign in to comment.