diff --git a/build.sbt b/build.sbt index 3f45582156..ef9aaa49ab 100644 --- a/build.sbt +++ b/build.sbt @@ -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