From 2cc189b8364c4eb9a8294079bd2047eb7f47935c Mon Sep 17 00:00:00 2001 From: Lunatech Ops Date: Thu, 26 Oct 2023 09:04:00 +0200 Subject: [PATCH] Update sbt-plugin to 2.9.0 (#50) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index d3dd366..f1309ad 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ -addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.8.19") +addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.0") ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always