Skip to content

Commit

Permalink
Restore support for Scala Native in json/circe (#2225)
Browse files Browse the repository at this point in the history
  • Loading branch information
kciesielski authored Jul 2, 2024
1 parent 49f348d commit b05015b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -825,6 +825,7 @@ lazy val circe = (projectMatrix in file("json/circe"))
settings = commonJvmSettings
)
.jsPlatform(scalaVersions = scala2 ++ scala3, settings = commonJsSettings)
.nativePlatform(scalaVersions = scala2 ++ scala3, settings = commonNativeSettings)
.dependsOn(core, jsonCommon)

lazy val jsoniter = (projectMatrix in file("json/jsoniter"))
Expand Down

0 comments on commit b05015b

Please sign in to comment.