From 04a63fa7157b6d93935c6ae07535c125e6d9f33a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 14 Dec 2020 16:54:28 +0100 Subject: [PATCH] Update play-jdbc, play-jdbc-evolutions, ... to 2.7.9 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 4cca57a..3ba8e42 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,4 +2,4 @@ addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "1.5.1") addSbtPlugin("org.wartremover" % "sbt-wartremover" % "2.4.5") // The Play plugin, used for the play-sql module -addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.7.4") \ No newline at end of file +addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.7.9") \ No newline at end of file