Skip to content

Commit 65fcaf4

Browse files
committed
try to enable other platforms
1 parent 5f9954e commit 65fcaf4

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
@@ -92,7 +92,7 @@ lazy val circe = crossProject(JSPlatform, JVMPlatform, NativePlatform)
9292
)
9393
.dependsOn(core, testkit % Test)
9494

95-
lazy val ujson = crossProject(JVMPlatform)
95+
lazy val ujson = crossProject(JSPlatform, JVMPlatform, NativePlatform)
9696
.crossType(CrossType.Full)
9797
.in(file("ujson"))
9898
.settings(commonSettings: _*)

0 commit comments

Comments
 (0)