Skip to content

Commit

Permalink
Merge pull request #404 from scala-steward/update/ujson-3.1.4
Browse files Browse the repository at this point in the history
Update ujson, upickle to 3.1.4
  • Loading branch information
satabin authored Jan 25, 2024
2 parents f5fd38b + 3fabac1 commit 4ac6ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ lazy val circe = crossProject(JSPlatform, JVMPlatform, NativePlatform)
)
.dependsOn(core, testkit % Test)

val ujsonVersion = "3.1.3"
val ujsonVersion = "3.1.4"
lazy val ujson = crossProject(JSPlatform, JVMPlatform, NativePlatform)
.crossType(CrossType.Full)
.in(file("ujson"))
Expand Down

0 comments on commit 4ac6ca0

Please sign in to comment.