Skip to content

Commit

Permalink
Merge pull request #2981 from scala-steward/update/ujson-4.0.1
Browse files Browse the repository at this point in the history
Update ujson, upickle to 4.0.1
  • Loading branch information
konnov authored Sep 5, 2024
2 parents f8a8826 + ad13e4e commit f84aa99
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.0"
val upickle = "com.lihaoyi" %% "upickle" % "4.0.0"
val ujson = "com.lihaoyi" %% "ujson" % "4.0.1"
val upickle = "com.lihaoyi" %% "upickle" % "4.0.1"
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 f84aa99

Please sign in to comment.