Skip to content

Commit

Permalink
Merge pull request #1426 from scala-steward/update/upickle-2.0.0
Browse files Browse the repository at this point in the history
Update upickle to 2.0.0
  • Loading branch information
mergify[bot] authored Apr 30, 2022
2 parents 0dd3176 + 16746e9 commit 8cb491f
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 @@ -823,7 +823,7 @@ lazy val upickle = (projectMatrix in file("json/upickle"))
.settings(
name := "upickle",
libraryDependencies ++= Seq(
"com.lihaoyi" %%% "upickle" % "1.6.0"
"com.lihaoyi" %%% "upickle" % "2.0.0"
),
scalaTest,
// using macroRW causes a "match may not be exhaustive" error
Expand Down

0 comments on commit 8cb491f

Please sign in to comment.