Skip to content

Commit

Permalink
Enable nativePlatform for jsoniter (#3897)
Browse files Browse the repository at this point in the history
  • Loading branch information
kciesielski authored Jul 3, 2024
1 parent 961f22d commit 0ac6823
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -930,6 +930,10 @@ lazy val jsoniterScala: ProjectMatrix = (projectMatrix in file("json/jsoniter"))
scalaVersions = scala2And3Versions,
settings = commonJsSettings
)
.nativePlatform(
scalaVersions = List(scala3),
settings = commonNativeSettings
)
.dependsOn(core)

lazy val zioJson: ProjectMatrix = (projectMatrix in file("json/zio"))
Expand Down

0 comments on commit 0ac6823

Please sign in to comment.