From 17fd0f4896ab01de3db98d1e006283b6fdecb0ad Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 29 Nov 2024 15:25:48 +0000 Subject: [PATCH] Update sbt-plugin to 2.9.6 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index b631eded4..7c051a07c 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -18,7 +18,7 @@ resolvers ++= Seq( Resolver.sbtPluginRepo("releases")) // = https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/ // Use the Play sbt plugin for Play projects. Can't upgrade to 2.9 until using [scala_2_13]. -addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.8.21") +addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.6") // A refactoring and linting tool for Scala addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.0")