From 0edbd0e02b513dc4a57077b2a9757610cfa680ef Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 25 Mar 2022 20:52:53 +0100 Subject: [PATCH] Update play, play-cache, play-guice, ... to 2.8.14 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0913e30..f2a5b2d 100644 --- a/build.sbt +++ b/build.sbt @@ -12,7 +12,7 @@ scalacOptions ++= Seq("-deprecation", "-feature") javacOptions ++= Seq("-source", "1.8", "-target", "1.8", "-Xlint") Test / testOptions += Tests.Argument("-oDF") -val playVersion = "2.8.13" +val playVersion = "2.8.14" val slickVersion = "5.0.0" libraryDependencies ++= Seq(