Skip to content

Commit

Permalink
Update upickle to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tarao-scala-steward[bot] committed Aug 4, 2024
1 parent 3f127ed commit 9c621b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ lazy val upickle = crossProject(JVMPlatform, JSPlatform, NativePlatform)
.settings(
description := "uPickle / uJson integration for record4s",
libraryDependencies ++= Seq(
"com.lihaoyi" %%% "upickle" % "3.3.1",
"com.lihaoyi" %%% "upickle" % "4.0.0",
),
)

Expand Down

0 comments on commit 9c621b1

Please sign in to comment.