Skip to content

Commit

Permalink
upgrade play-json from v2.7.1 to v2.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tminglei committed May 7, 2019
1 parent e64a6e2 commit 5dd2927
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 @@ -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)
Expand Down

0 comments on commit 5dd2927

Please sign in to comment.