Skip to content

Commit

Permalink
Merge pull request #2839 from scala-steward/update/ujson-3.2.0
Browse files Browse the repository at this point in the history
Update ujson, upickle to 3.2.0
  • Loading branch information
Shon Feder authored Feb 26, 2024
2 parents 505d5a6 + 418afde commit 0afa6ac
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.12"
val shapeless = "com.chuusai" %% "shapeless" % "2.3.10"
val tla2tools = "org.lamport" % "tla2tools" % "1.7.0-SNAPSHOT"
val ujson = "com.lihaoyi" %% "ujson" % "3.1.5"
val upickle = "com.lihaoyi" %% "upickle" % "3.1.5"
val ujson = "com.lihaoyi" %% "ujson" % "3.2.0"
val upickle = "com.lihaoyi" %% "upickle" % "3.2.0"
val z3 = "tools.aqua" % "z3-turnkey" % "4.12.5"
val zio = "dev.zio" %% "zio" % zioVersion
// Keep up to sync with version in plugins.sbt
Expand Down

0 comments on commit 0afa6ac

Please sign in to comment.