Skip to content

Commit e94f859

Browse files
authored
Merge pull request #495 from scala-steward/update/ujson-4.4.3
Update ujson, upickle to 4.4.3
2 parents bcb0b06 + 58a6e41 commit e94f859

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.3"
114114
lazy val ujson = crossProject(JSPlatform, JVMPlatform, NativePlatform)
115115
.crossType(CrossType.Full)
116116
.in(file("ujson"))

0 commit comments

Comments
 (0)