Skip to content

Commit

Permalink
Merge pull request #2831 from scala-steward/update/ujson-3.1.5
Browse files Browse the repository at this point in the history
Update ujson, upickle to 3.1.5
  • Loading branch information
Shon Feder committed Feb 23, 2024
2 parents 3246fca + 67cf469 commit 580e6a5
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.4"
val upickle = "com.lihaoyi" %% "upickle" % "3.1.4"
val ujson = "com.lihaoyi" %% "ujson" % "3.1.5"
val upickle = "com.lihaoyi" %% "upickle" % "3.1.5"
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 580e6a5

Please sign in to comment.