From 41d43fa8ceb1246bf6eb7a1ce640617bb72ee411 Mon Sep 17 00:00:00 2001 From: Michael Bryzek Date: Wed, 31 Jul 2024 13:22:00 +0200 Subject: [PATCH] Upgrade play --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 2954a8aaf..ab6517077 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -5,7 +5,7 @@ logLevel := Level.Warn resolvers += "Typesafe repository" at "https://repo.typesafe.com/typesafe/releases/" // Use the Play sbt plugin for Play projects -addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.4") +addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.5") addSbtPlugin("com.typesafe.play" % "sbt-twirl" % "1.6.8")