Skip to content

Commit

Permalink
[Scala] Update dependency play-json to 2.9 (#3821)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 22, 2021
1 parent 14cbb08 commit 8691231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scala/play/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ lazy val root = (project.in(file("."))
.settings(
libraryDependencies ++= Seq(
guice,
"com.typesafe.play" %% "play-json" % "[2.8,2.9)"
"com.typesafe.play" %% "play-json" % "[2.9,2.10)"
)
)
.enablePlugins(PlayScala)
Expand Down

0 comments on commit 8691231

Please sign in to comment.