Skip to content

Commit

Permalink
try to enable other platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
esarbe committed Jan 19, 2024
1 parent b20a610 commit e94f028
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 @@ -92,7 +92,7 @@ lazy val circe = crossProject(JSPlatform, JVMPlatform, NativePlatform)
)
.dependsOn(core, testkit % Test)

lazy val ujson = crossProject(JVMPlatform)
lazy val ujson = crossProject(JSPlatform, JVMPlatform, NativePlatform)
.crossType(CrossType.Full)
.in(file("ujson"))
.settings(commonSettings: _*)
Expand Down

0 comments on commit e94f028

Please sign in to comment.