Skip to content

Commit ad8cbd0

Browse files
Update upickle to 4.4.0 (#2703)
1 parent 0af0c46 commit ad8cbd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,7 @@ lazy val upickle = (projectMatrix in file("json/upickle"))
833833
.settings(
834834
name := "upickle",
835835
libraryDependencies ++= Seq(
836-
"com.lihaoyi" %%% "upickle" % "4.3.2"
836+
"com.lihaoyi" %%% "upickle" % "4.4.0"
837837
),
838838
scalaTest,
839839
// using macroRW causes a "match may not be exhaustive" error

0 commit comments

Comments
 (0)