From 5dd29276bfcdac8911ea61397c20318a5a473813 Mon Sep 17 00:00:00 2001 From: tminglei Date: Tue, 7 May 2019 20:24:47 +0800 Subject: [PATCH] upgrade play-json from v2.7.1 to v2.7.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 54aaeb89..0f3b6275 100644 --- a/build.sbt +++ b/build.sbt @@ -137,7 +137,7 @@ lazy val slickPgPlayJson = Project(id = "slick-pg_play-json", base = file("./add name := "slick-pg_play-json", description := "Slick extensions for PostgreSQL - play-json module", libraryDependencies := mainDependencies(scalaVersion.value) ++ Seq( - "com.typesafe.play" %% "play-json" % "2.7.1" + "com.typesafe.play" %% "play-json" % "2.7.3" ) ) ) dependsOn (slickPgCore)