Skip to content

Commit

Permalink
Merge pull request #673 from scala-steward/update/play-json-2.10.3
Browse files Browse the repository at this point in the history
Update play-json to 2.10.3
  • Loading branch information
tminglei authored Dec 16, 2023
2 parents 151c08f + d55dd1f commit a293ae0
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 @@ -145,7 +145,7 @@ lazy val slickPgPlayJson = (project in file("./addons/play-json"))
name := "slick-pg_play-json",
description := "Slick extensions for PostgreSQL - play-json module",
libraryDependencies := mainDependencies(scalaVersion.value) ++
Seq("com.typesafe.play" %% "play-json" % "2.9.4")
Seq("com.typesafe.play" %% "play-json" % "2.10.3")
)
.dependsOn (slickPgCore % "test->test;compile->compile")

Expand Down

0 comments on commit a293ae0

Please sign in to comment.