Skip to content

Commit

Permalink
Merge pull request #2051 from softwaremill/update/upickle-3.1.4
Browse files Browse the repository at this point in the history
Update upickle to 3.1.4
  • Loading branch information
mergify[bot] committed Feb 26, 2024
2 parents ce626bd + 1101878 commit 445d264
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 @@ -847,7 +847,7 @@ lazy val upickle = (projectMatrix in file("json/upickle"))
.settings(
name := "upickle",
libraryDependencies ++= Seq(
"com.lihaoyi" %%% "upickle" % "3.1.3"
"com.lihaoyi" %%% "upickle" % "3.1.4"
),
scalaTest,
// using macroRW causes a "match may not be exhaustive" error
Expand Down

0 comments on commit 445d264

Please sign in to comment.