From d7f08258f7698972e032b23fe1748516c810b1a6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 15 Jan 2023 13:18:49 +0000 Subject: [PATCH] Update filters-helpers, play, ... to 2.8.19 --- build.sbt | 2 +- examples/simple-app/project/plugins.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index e655be0..3ce215b 100644 --- a/build.sbt +++ b/build.sbt @@ -23,7 +23,7 @@ inThisBuild( ) ) -val playVersion = "2.8.8" +val playVersion = "2.8.19" val scalacticVersion = "3.1.2" val scalatestVersion = "3.2.11" diff --git a/examples/simple-app/project/plugins.sbt b/examples/simple-app/project/plugins.sbt index 5a3341b..5b9052c 100644 --- a/examples/simple-app/project/plugins.sbt +++ b/examples/simple-app/project/plugins.sbt @@ -1 +1 @@ -addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.8.8") +addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.8.19")