Skip to content

Commit

Permalink
Update upickle to 3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 17, 2023
1 parent 27a2ead commit 63df947
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 @@ -854,7 +854,7 @@ lazy val upickle = (projectMatrix in file("json/upickle"))
.settings(
name := "upickle",
libraryDependencies ++= Seq(
"com.lihaoyi" %%% "upickle" % "3.1.2"
"com.lihaoyi" %%% "upickle" % "3.1.3"
),
scalaTest,
// using macroRW causes a "match may not be exhaustive" error
Expand Down

0 comments on commit 63df947

Please sign in to comment.