Skip to content

Commit

Permalink
Update upickle to 3.3.1 (#2185)
Browse files Browse the repository at this point in the history
  • Loading branch information
softwaremill-ci committed May 19, 2024
1 parent 37d5586 commit db7e16c
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 @@ -859,7 +859,7 @@ lazy val upickle = (projectMatrix in file("json/upickle"))
.settings(
name := "upickle",
libraryDependencies ++= Seq(
"com.lihaoyi" %%% "upickle" % "3.3.0"
"com.lihaoyi" %%% "upickle" % "3.3.1"
),
scalaTest,
// using macroRW causes a "match may not be exhaustive" error
Expand Down

0 comments on commit db7e16c

Please sign in to comment.