Skip to content

Commit

Permalink
Update upickle to 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 10, 2025
1 parent 727f321 commit 41b3ace
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 @@ -813,7 +813,7 @@ lazy val upickle = (projectMatrix in file("json/upickle"))
.settings(
name := "upickle",
libraryDependencies ++= Seq(
"com.lihaoyi" %%% "upickle" % "4.0.2"
"com.lihaoyi" %%% "upickle" % "4.1.0"
),
scalaTest,
// using macroRW causes a "match may not be exhaustive" error
Expand Down

0 comments on commit 41b3ace

Please sign in to comment.