From 86ce38b5d1411e49809eb9bcf9f0c7ad46946deb Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 14 Mar 2025 04:56:53 +0000 Subject: [PATCH] Update sbt-plugin to 2.9.7 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index eb583ee..051fbfc 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.1") -addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.8.19") +addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.7") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.1")