Skip to content

Commit

Permalink
Update upickle to 4.1.0 (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jan 10, 2025
1 parent dda0bb1 commit ed565e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Deps.scala
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ object Deps {
val core2 = dep("org.scodec" %%% "scodec-core" % "2.3.2")
val bits = dep("org.scodec" %%% "scodec-bits" % "1.2.1")
}
val upickle = dep("com.lihaoyi" %%% "upickle" % "4.0.2")
val upickle = dep("com.lihaoyi" %%% "upickle" % "4.1.0")
val jsoniter = dep("com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-core" % "2.33.0")
val zioJson = dep("dev.zio" %%% "zio-json" % "0.7.4")

Expand Down

0 comments on commit ed565e5

Please sign in to comment.