Skip to content

Commit dd14c8a

Browse files
committed
Update ujson, upickle to 4.4.1
1 parent 99f8ff0 commit dd14c8a

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
@@ -110,7 +110,7 @@ lazy val circe = crossProject(JSPlatform, JVMPlatform, NativePlatform)
110110
)
111111
.dependsOn(core, testkit % Test)
112112

113-
val ujsonVersion = "4.3.2"
113+
val ujsonVersion = "4.4.1"
114114
lazy val ujson = crossProject(JSPlatform, JVMPlatform, NativePlatform)
115115
.crossType(CrossType.Full)
116116
.in(file("ujson"))

0 commit comments

Comments
 (0)