From 50643f8dbd5d8078d9dcc47493e99bbedc3b58cc Mon Sep 17 00:00:00 2001 From: Chua Chee Seng Date: Tue, 6 Feb 2024 22:03:51 +0800 Subject: [PATCH] Updated to use Play Framework 3.0.1. --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 367ddfcc4..93995ec55 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,6 +2,6 @@ logLevel := Level.Warn // Use the Play sbt plugin for Play projects -addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.0") +addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.1") addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.16")