Skip to content

Commit

Permalink
Merge pull request #3008 from scala-steward/update/ujson-4.0.2
Browse files Browse the repository at this point in the history
Update ujson, upickle to 4.0.2
  • Loading branch information
konnov authored Oct 1, 2024
2 parents 97263b5 + 3427b0f commit 8c824b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ object Dependencies {
val slf4j = "org.slf4j" % "slf4j-api" % "2.0.16"
val shapeless = "com.chuusai" %% "shapeless" % "2.3.12"
val tla2tools = "org.lamport" % "tla2tools" % "1.7.0-SNAPSHOT"
val ujson = "com.lihaoyi" %% "ujson" % "4.0.1"
val upickle = "com.lihaoyi" %% "upickle" % "4.0.1"
val ujson = "com.lihaoyi" %% "ujson" % "4.0.2"
val upickle = "com.lihaoyi" %% "upickle" % "4.0.2"
val z3 = "tools.aqua" % "z3-turnkey" % "4.13.0"
val zio = "dev.zio" %% "zio" % zioVersion
// Keep up to sync with version in plugins.sbt
Expand Down

0 comments on commit 8c824b0

Please sign in to comment.