Skip to content

Commit 4ac6ca0

Browse files
authored
Merge pull request #404 from scala-steward/update/ujson-3.1.4
Update ujson, upickle to 3.1.4
2 parents f5fd38b + 3fabac1 commit 4ac6ca0

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

96-
val ujsonVersion = "3.1.3"
96+
val ujsonVersion = "3.1.4"
9797
lazy val ujson = crossProject(JSPlatform, JVMPlatform, NativePlatform)
9898
.crossType(CrossType.Full)
9999
.in(file("ujson"))

0 commit comments

Comments
 (0)