Skip to content

Commit 9caa540

Browse files
authored
Merge pull request #466 from scala-steward/update/ujson-4.3.2
Update ujson, upickle to 4.3.2
2 parents 5f56028 + 8ad5b21 commit 9caa540

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
@@ -101,7 +101,7 @@ lazy val circe = crossProject(JSPlatform, JVMPlatform, NativePlatform)
101101
)
102102
.dependsOn(core, testkit % Test)
103103

104-
val ujsonVersion = "3.3.1"
104+
val ujsonVersion = "4.3.2"
105105
lazy val ujson = crossProject(JSPlatform, JVMPlatform, NativePlatform)
106106
.crossType(CrossType.Full)
107107
.in(file("ujson"))

0 commit comments

Comments
 (0)