Skip to content

Commit

Permalink
Update ujson, upickle to 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 4, 2024
1 parent f8a8826 commit ad13e4e
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 ad13e4e

Please sign in to comment.