Skip to content

Commit

Permalink
Update upickle to 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 29, 2024
1 parent 6c33cce commit 282a5b4
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 @@ -896,7 +896,7 @@ lazy val upickle = (projectMatrix in file("json/upickle"))
.settings(
name := "upickle",
libraryDependencies ++= Seq(
"com.lihaoyi" %%% "upickle" % "3.3.1"
"com.lihaoyi" %%% "upickle" % "4.0.2"
),
scalaTest,
// using macroRW causes a "match may not be exhaustive" error
Expand Down

0 comments on commit 282a5b4

Please sign in to comment.