From 70ab1c7a41f25b806fb46a15c7d320476c44c346 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 23 Feb 2020 11:03:39 +0100 Subject: [PATCH 1/2] Update akka-http-play-json to 1.31.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6937b19..5b20caa 100644 --- a/build.sbt +++ b/build.sbt @@ -40,7 +40,7 @@ libraryDependencies ++= Seq( "org.scalatest" %% "scalatest" % "3.1.0" % "test", "com.typesafe.play" %% "play-json" % "2.8.1", "com.typesafe.play" %% "play-functional" % "2.8.1", - "de.heikoseeberger" %% "akka-http-play-json" % "1.30.0", + "de.heikoseeberger" %% "akka-http-play-json" % "1.31.0", "org.julienrf" %% "play-json-derived-codecs" % "6.0.0", "com.lihaoyi" %% "pprint" % "0.5.6" ) From 3e7de5b10eef70897da9e935c20465bf678584d3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 1 Mar 2020 08:55:37 +0100 Subject: [PATCH 2/2] Update akka-http-play-json to 1.31.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 466295e..2649c29 100644 --- a/build.sbt +++ b/build.sbt @@ -40,7 +40,7 @@ libraryDependencies ++= Seq( "org.scalatest" %% "scalatest" % "3.1.1" % "test", "com.typesafe.play" %% "play-json" % "2.8.1", "com.typesafe.play" %% "play-functional" % "2.8.1", - "de.heikoseeberger" %% "akka-http-play-json" % "1.30.0", + "de.heikoseeberger" %% "akka-http-play-json" % "1.31.0", "org.julienrf" %% "play-json-derived-codecs" % "7.0.0", "com.lihaoyi" %% "pprint" % "0.5.6" )