From 871488eaa3ab0f9bc058300c2445ab28ebd53202 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 22 Mar 2024 20:37:51 +0000 Subject: [PATCH 1/4] sbt-plugin 2.9.2 (was 2.9.1) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index c2db2f2..0ff24c4 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,4 +2,4 @@ scalacOptions ++= Seq( "-feature", "-unchecked", "-deprecation", "-Xlint:-unused", "-Xfatal-warnings") -addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.1") +addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.2") From 596074fb5765976f25b02227d1de78931882e533 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 22 Mar 2024 20:37:51 +0000 Subject: [PATCH 2/4] scala-library 2.13.13 (was 2.13.12) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1787870..47976d5 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ lazy val `play-webgoat` = (project in file(".")).enablePlugins(PlayScala) name := "play-webgoat" version := "1.0" -crossScalaVersions := Seq("2.13.12", "3.3.1") +crossScalaVersions := Seq("2.13.13", "3.3.1") scalaVersion := crossScalaVersions.value.head // tc-skip libraryDependencies ++= Seq(guice, ws) From ee3dbb2a8f0877c023e4938e15d90156aad5d1e9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 22 Mar 2024 20:37:51 +0000 Subject: [PATCH 3/4] scala3-library 3.3.3 (was 3.3.1) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 47976d5..18879c6 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ lazy val `play-webgoat` = (project in file(".")).enablePlugins(PlayScala) name := "play-webgoat" version := "1.0" -crossScalaVersions := Seq("2.13.13", "3.3.1") +crossScalaVersions := Seq("2.13.13", "3.3.3") scalaVersion := crossScalaVersions.value.head // tc-skip libraryDependencies ++= Seq(guice, ws) From 47b0bd76bd0f22609e06f67bfdc8ebb98bda358d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 22 Mar 2024 20:37:51 +0000 Subject: [PATCH 4/4] sbt 1.9.9 (was 1.9.8) --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index abbbce5..04267b1 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.8 +sbt.version=1.9.9