From 81692be3f7834478d15eaf317858aa397043ed23 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 28 Sep 2024 21:41:29 +0000 Subject: [PATCH 1/4] [2.9.x] logback-classic 1.5.8 (was 1.5.7) --- play-scala-chatroom-example/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/play-scala-chatroom-example/build.sbt b/play-scala-chatroom-example/build.sbt index 5dd834b0..84cf14e5 100644 --- a/play-scala-chatroom-example/build.sbt +++ b/play-scala-chatroom-example/build.sbt @@ -15,7 +15,7 @@ lazy val root = (project in file(".")) "org.webjars" % "bootstrap" % "3.3.7-1", "net.logstash.logback" % "logstash-logback-encoder" % "7.3", "org.jsoup" % "jsoup" % "1.18.1", - "ch.qos.logback" % "logback-classic" % "1.5.7", + "ch.qos.logback" % "logback-classic" % "1.5.8", "com.typesafe.akka" %% "akka-slf4j" % akkaVersion, "com.typesafe.akka" %% "akka-testkit" % akkaVersion % Test, "com.typesafe.akka" %% "akka-stream-testkit" % akkaVersion % Test, From 677569c258647d272c2772efdced0e2f76899c97 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 28 Sep 2024 21:41:30 +0000 Subject: [PATCH 2/4] [2.9.x] scala-library 2.13.15 (was 2.13.14) --- play-java-akka-cluster-example/build.sbt | 2 +- play-java-chatroom-example/build.sbt | 2 +- play-java-compile-di-example/build.sbt | 2 +- play-java-dagger2-example/build.sbt | 2 +- play-java-ebean-example/build.sbt | 2 +- play-java-fileupload-example/build.sbt | 2 +- play-java-forms-example/build.sbt | 2 +- play-java-grpc-example/build.sbt | 2 +- play-java-grpc-example/docs/build.sbt | 2 +- play-java-hello-world-tutorial/build.sbt | 2 +- play-java-jpa-example/build.sbt | 2 +- play-java-rest-api-example/build.sbt | 2 +- play-java-starter-example/build.sbt | 2 +- play-java-streaming-example/build.sbt | 2 +- play-java-websocket-example/build.sbt | 2 +- play-scala-anorm-example/build.sbt | 2 +- play-scala-chatroom-example/build.sbt | 2 +- play-scala-compile-di-example/build.sbt | 2 +- play-scala-fileupload-example/build.sbt | 2 +- play-scala-forms-example/build.sbt | 2 +- play-scala-grpc-example/build.sbt | 2 +- play-scala-grpc-example/docs/build.sbt | 2 +- play-scala-hello-world-tutorial/build.sbt | 2 +- play-scala-isolated-slick-example/build.sbt | 2 +- play-scala-log4j2-example/build.sbt | 2 +- play-scala-macwire-di-example/build.sbt | 2 +- play-scala-rest-api-example/build.sbt | 2 +- play-scala-secure-session-example/build.sbt | 2 +- play-scala-slick-example/build.sbt | 2 +- play-scala-starter-example/build.sbt | 2 +- play-scala-streaming-example/build.sbt | 2 +- play-scala-tls-example/build.sbt | 2 +- play-scala-websocket-example/build.sbt | 2 +- 33 files changed, 33 insertions(+), 33 deletions(-) diff --git a/play-java-akka-cluster-example/build.sbt b/play-java-akka-cluster-example/build.sbt index cb50eb0a..f6948611 100644 --- a/play-java-akka-cluster-example/build.sbt +++ b/play-java-akka-cluster-example/build.sbt @@ -8,7 +8,7 @@ version := "1.0-SNAPSHOT" lazy val root = (project in file(".")).enablePlugins(PlayJava) //.enablePlugins(PlayNettyServer).disablePlugins(PlayAkkaHttpServer) // uncomment to use the Netty backend -crossScalaVersions := Seq("2.13.14", "3.3.3") +crossScalaVersions := Seq("2.13.15", "3.3.3") scalaVersion := crossScalaVersions.value.head diff --git a/play-java-chatroom-example/build.sbt b/play-java-chatroom-example/build.sbt index 66417601..507e27e5 100644 --- a/play-java-chatroom-example/build.sbt +++ b/play-java-chatroom-example/build.sbt @@ -4,7 +4,7 @@ lazy val root = (project in file(".")) .settings( name := """play-java-chatroom-example""", version := "1.0-SNAPSHOT", - crossScalaVersions := Seq("2.13.14", "3.3.3"), + crossScalaVersions := Seq("2.13.15", "3.3.3"), scalaVersion := crossScalaVersions.value.head, libraryDependencies ++= Seq( "org.webjars" %% "webjars-play" % "2.9.1", diff --git a/play-java-compile-di-example/build.sbt b/play-java-compile-di-example/build.sbt index 1a698885..8b2e09b5 100644 --- a/play-java-compile-di-example/build.sbt +++ b/play-java-compile-di-example/build.sbt @@ -5,7 +5,7 @@ version := "1.0-SNAPSHOT" lazy val root = (project in file(".")).enablePlugins(PlayJava) //.enablePlugins(PlayNettyServer).disablePlugins(PlayAkkaHttpServer) // uncomment to use the Netty backend -crossScalaVersions := Seq("2.13.14", "3.3.3") +crossScalaVersions := Seq("2.13.15", "3.3.3") scalaVersion := crossScalaVersions.value.head diff --git a/play-java-dagger2-example/build.sbt b/play-java-dagger2-example/build.sbt index a5246b77..80a638f0 100644 --- a/play-java-dagger2-example/build.sbt +++ b/play-java-dagger2-example/build.sbt @@ -4,7 +4,7 @@ lazy val root = (project in file(".")) .settings( name := """play-java-dagger2-example""", version := "1.0-SNAPSHOT", - crossScalaVersions := Seq("2.13.14", "3.3.3"), + crossScalaVersions := Seq("2.13.15", "3.3.3"), scalaVersion := crossScalaVersions.value.head, libraryDependencies ++= Seq( ws, diff --git a/play-java-ebean-example/build.sbt b/play-java-ebean-example/build.sbt index 5652b4ab..aa11cde5 100644 --- a/play-java-ebean-example/build.sbt +++ b/play-java-ebean-example/build.sbt @@ -4,7 +4,7 @@ lazy val root = (project in file(".")) .settings( name := "play-java-ebean-example", version := "1.0.0-SNAPSHOT", - crossScalaVersions := Seq("2.13.14", "3.3.3"), + crossScalaVersions := Seq("2.13.15", "3.3.3"), scalaVersion := crossScalaVersions.value.head, libraryDependencies ++= Seq( guice, diff --git a/play-java-fileupload-example/build.sbt b/play-java-fileupload-example/build.sbt index bb71de79..468a6652 100644 --- a/play-java-fileupload-example/build.sbt +++ b/play-java-fileupload-example/build.sbt @@ -4,7 +4,7 @@ lazy val root = (project in file(".")) .settings( name := """play-java-fileupload-example""", version := "1.0-SNAPSHOT", - crossScalaVersions := Seq("2.13.14", "3.3.3"), + crossScalaVersions := Seq("2.13.15", "3.3.3"), scalaVersion := crossScalaVersions.value.head, libraryDependencies += guice, testOptions += Tests.Argument(TestFrameworks.JUnit, "-a", "-v"), diff --git a/play-java-forms-example/build.sbt b/play-java-forms-example/build.sbt index ddf09e7e..b95d33b6 100644 --- a/play-java-forms-example/build.sbt +++ b/play-java-forms-example/build.sbt @@ -5,7 +5,7 @@ version := "1.0-SNAPSHOT" lazy val root = (project in file(".")).enablePlugins(PlayJava) //.enablePlugins(PlayNettyServer).disablePlugins(PlayAkkaHttpServer) // uncomment to use the Netty backend -crossScalaVersions := Seq("2.13.14", "3.3.3") +crossScalaVersions := Seq("2.13.15", "3.3.3") scalaVersion := crossScalaVersions.value.head diff --git a/play-java-grpc-example/build.sbt b/play-java-grpc-example/build.sbt index 3841ca75..70b72f96 100644 --- a/play-java-grpc-example/build.sbt +++ b/play-java-grpc-example/build.sbt @@ -50,7 +50,7 @@ lazy val `play-java-grpc-example` = (project in file(".")) libraryDependencies ++= CompileDeps ++ TestDeps ) -scalaVersion := "2.13.14" +scalaVersion := "2.13.15" scalacOptions ++= List("-encoding", "utf8", "-deprecation", "-feature", "-unchecked") javacOptions ++= List("-Xlint:unchecked", "-Xlint:deprecation") // Needed for ssl-config to create self signed certificated under Java 17 diff --git a/play-java-grpc-example/docs/build.sbt b/play-java-grpc-example/docs/build.sbt index a1e37949..2846ca85 100644 --- a/play-java-grpc-example/docs/build.sbt +++ b/play-java-grpc-example/docs/build.sbt @@ -1,4 +1,4 @@ paradoxTheme := Some(builtinParadoxTheme("generic")) -scalaVersion := "2.13.14" +scalaVersion := "2.13.15" diff --git a/play-java-hello-world-tutorial/build.sbt b/play-java-hello-world-tutorial/build.sbt index 26fd678f..5c89d41d 100644 --- a/play-java-hello-world-tutorial/build.sbt +++ b/play-java-hello-world-tutorial/build.sbt @@ -6,7 +6,7 @@ version := "1.0-SNAPSHOT" lazy val root = (project in file(".")).enablePlugins(PlayJava) //.enablePlugins(PlayNettyServer).disablePlugins(PlayAkkaHttpServer) // uncomment to use the Netty backend -crossScalaVersions := Seq("2.13.14", "3.3.3") +crossScalaVersions := Seq("2.13.15", "3.3.3") scalaVersion := crossScalaVersions.value.head diff --git a/play-java-jpa-example/build.sbt b/play-java-jpa-example/build.sbt index 9981a4e9..f3fd6cf6 100644 --- a/play-java-jpa-example/build.sbt +++ b/play-java-jpa-example/build.sbt @@ -4,7 +4,7 @@ lazy val root = (project in file(".")) .settings( name := """play-java-jpa-example""", version := "1.0-SNAPSHOT", - crossScalaVersions := Seq("2.13.14", "3.3.3"), + crossScalaVersions := Seq("2.13.15", "3.3.3"), scalaVersion := crossScalaVersions.value.head, libraryDependencies ++= Seq( guice, diff --git a/play-java-rest-api-example/build.sbt b/play-java-rest-api-example/build.sbt index ec31b897..2c334342 100644 --- a/play-java-rest-api-example/build.sbt +++ b/play-java-rest-api-example/build.sbt @@ -1,4 +1,4 @@ -lazy val scala213 = "2.13.14" +lazy val scala213 = "2.13.15" lazy val scala3 = "3.3.3" lazy val root = (project in file(".")) diff --git a/play-java-starter-example/build.sbt b/play-java-starter-example/build.sbt index 2b21ba15..f63f0041 100644 --- a/play-java-starter-example/build.sbt +++ b/play-java-starter-example/build.sbt @@ -4,7 +4,7 @@ lazy val root = (project in file(".")) .settings( name := """play-java-starter-example""", version := "1.0-SNAPSHOT", - crossScalaVersions := Seq("2.13.14", "3.3.3"), + crossScalaVersions := Seq("2.13.15", "3.3.3"), scalaVersion := crossScalaVersions.value.head, libraryDependencies ++= Seq( guice, diff --git a/play-java-streaming-example/build.sbt b/play-java-streaming-example/build.sbt index e634fea2..3d708eb6 100644 --- a/play-java-streaming-example/build.sbt +++ b/play-java-streaming-example/build.sbt @@ -2,7 +2,7 @@ name := "play-java-streaming-example" version := "1.0-SNAPSHOT" -crossScalaVersions := Seq("2.13.14", "3.3.3") +crossScalaVersions := Seq("2.13.15", "3.3.3") scalaVersion := crossScalaVersions.value.head lazy val root = (project in file(".")).enablePlugins(PlayJava) diff --git a/play-java-websocket-example/build.sbt b/play-java-websocket-example/build.sbt index 43a27e78..b4a10bc6 100644 --- a/play-java-websocket-example/build.sbt +++ b/play-java-websocket-example/build.sbt @@ -4,7 +4,7 @@ lazy val root = (project in file(".")) .settings( name := "play-java-websocket-example", version := "1.0-SNAPSHOT", - crossScalaVersions := Seq("2.13.14", "3.3.3"), + crossScalaVersions := Seq("2.13.15", "3.3.3"), scalaVersion := crossScalaVersions.value.head, libraryDependencies ++= Seq( guice, diff --git a/play-scala-anorm-example/build.sbt b/play-scala-anorm-example/build.sbt index ed9c35ea..4da2af4c 100644 --- a/play-scala-anorm-example/build.sbt +++ b/play-scala-anorm-example/build.sbt @@ -4,7 +4,7 @@ lazy val root = (project in file(".")) .settings( name := "play-scala-anorm-example", version := "1.0-SNAPSHOT", - crossScalaVersions := Seq("2.13.14", "3.3.3"), + crossScalaVersions := Seq("2.13.15", "3.3.3"), scalaVersion := crossScalaVersions.value.head, libraryDependencies ++= Seq( guice, diff --git a/play-scala-chatroom-example/build.sbt b/play-scala-chatroom-example/build.sbt index 84cf14e5..77cc867b 100644 --- a/play-scala-chatroom-example/build.sbt +++ b/play-scala-chatroom-example/build.sbt @@ -6,7 +6,7 @@ lazy val root = (project in file(".")) .settings( name := """play-scala-chatroom-example""", version := "1.0-SNAPSHOT", - crossScalaVersions := Seq("2.13.14", "3.3.3"), + crossScalaVersions := Seq("2.13.15", "3.3.3"), scalaVersion := crossScalaVersions.value.head, libraryDependencies ++= Seq( guice, diff --git a/play-scala-compile-di-example/build.sbt b/play-scala-compile-di-example/build.sbt index 9e8822e1..818a53fa 100644 --- a/play-scala-compile-di-example/build.sbt +++ b/play-scala-compile-di-example/build.sbt @@ -4,7 +4,7 @@ lazy val root = (project in file(".")) .settings( name := """play-scala-compile-di-example""", version := "1.0-SNAPSHOT", - crossScalaVersions := Seq("2.13.14", "3.3.3"), + crossScalaVersions := Seq("2.13.15", "3.3.3"), scalaVersion := crossScalaVersions.value.head, libraryDependencies += "org.scalatestplus.play" %% "scalatestplus-play" % "6.0.1", scalacOptions ++= List( diff --git a/play-scala-fileupload-example/build.sbt b/play-scala-fileupload-example/build.sbt index 9d88f973..ab93aac0 100644 --- a/play-scala-fileupload-example/build.sbt +++ b/play-scala-fileupload-example/build.sbt @@ -4,7 +4,7 @@ lazy val root = (project in file(".")) .settings( name := """play-scala-fileupload-example""", version := "1.0-SNAPSHOT", - crossScalaVersions := Seq("2.13.14", "3.3.3"), + crossScalaVersions := Seq("2.13.15", "3.3.3"), scalaVersion := crossScalaVersions.value.head, libraryDependencies ++= Seq( ws, diff --git a/play-scala-forms-example/build.sbt b/play-scala-forms-example/build.sbt index 7c2d4cb4..6dcf9c06 100644 --- a/play-scala-forms-example/build.sbt +++ b/play-scala-forms-example/build.sbt @@ -4,7 +4,7 @@ lazy val root = (project in file(".")) .settings( name := """play-scala-forms-example""", version := "1.0-SNAPSHOT", - crossScalaVersions := Seq("2.13.14", "3.3.3"), + crossScalaVersions := Seq("2.13.15", "3.3.3"), scalaVersion := crossScalaVersions.value.head, libraryDependencies ++= Seq( guice, diff --git a/play-scala-grpc-example/build.sbt b/play-scala-grpc-example/build.sbt index 484b1cef..f1fee38d 100644 --- a/play-scala-grpc-example/build.sbt +++ b/play-scala-grpc-example/build.sbt @@ -70,7 +70,7 @@ val TestDeps = Seq( "org.scalatestplus.play" %% "scalatestplus-play" % "6.0.1" % Test, ) -scalaVersion := "2.13.14" +scalaVersion := "2.13.15" scalacOptions ++= List("-encoding", "utf8", "-deprecation", "-feature", "-unchecked") // Needed for ssl-config to create self signed certificated under Java 17 Test / javaOptions ++= List("--add-exports=java.base/sun.security.x509=ALL-UNNAMED") diff --git a/play-scala-grpc-example/docs/build.sbt b/play-scala-grpc-example/docs/build.sbt index a1e37949..2846ca85 100644 --- a/play-scala-grpc-example/docs/build.sbt +++ b/play-scala-grpc-example/docs/build.sbt @@ -1,4 +1,4 @@ paradoxTheme := Some(builtinParadoxTheme("generic")) -scalaVersion := "2.13.14" +scalaVersion := "2.13.15" diff --git a/play-scala-hello-world-tutorial/build.sbt b/play-scala-hello-world-tutorial/build.sbt index feb7a375..22ca8da8 100644 --- a/play-scala-hello-world-tutorial/build.sbt +++ b/play-scala-hello-world-tutorial/build.sbt @@ -5,7 +5,7 @@ lazy val root = (project in file(".")) name := """play-scala-hello-world-tutorial""", organization := "com.example", version := "1.0-SNAPSHOT", - crossScalaVersions := Seq("2.13.14", "3.3.3"), + crossScalaVersions := Seq("2.13.15", "3.3.3"), scalaVersion := crossScalaVersions.value.head, libraryDependencies ++= Seq( guice, diff --git a/play-scala-isolated-slick-example/build.sbt b/play-scala-isolated-slick-example/build.sbt index 074a8549..9ee12f23 100644 --- a/play-scala-isolated-slick-example/build.sbt +++ b/play-scala-isolated-slick-example/build.sbt @@ -15,7 +15,7 @@ val FlywayVersion = "9.21.1" "com.google.inject" % "guice" % "6.0.0" ) -(ThisBuild / crossScalaVersions) := Seq("2.13.14", "3.3.3") +(ThisBuild / crossScalaVersions) := Seq("2.13.15", "3.3.3") (ThisBuild / scalaVersion) := crossScalaVersions.value.head (ThisBuild / scalacOptions) ++= Seq( "-encoding", "UTF-8", // yes, this is 2 args diff --git a/play-scala-log4j2-example/build.sbt b/play-scala-log4j2-example/build.sbt index 13e0560a..747e626a 100644 --- a/play-scala-log4j2-example/build.sbt +++ b/play-scala-log4j2-example/build.sbt @@ -7,7 +7,7 @@ lazy val root = (project in file(".")) .settings( name := """play-scala-log4j2-example""", version := "1.0-SNAPSHOT", - crossScalaVersions := Seq("2.13.14", "3.3.3"), + crossScalaVersions := Seq("2.13.15", "3.3.3"), scalaVersion := crossScalaVersions.value.head, libraryDependencies ++= Seq( guice, diff --git a/play-scala-macwire-di-example/build.sbt b/play-scala-macwire-di-example/build.sbt index d9a1f420..377fb983 100644 --- a/play-scala-macwire-di-example/build.sbt +++ b/play-scala-macwire-di-example/build.sbt @@ -4,7 +4,7 @@ lazy val root = (project in file(".")) .settings( name := """play-scala-macwire-di-example""", version := "1.0-SNAPSHOT", - crossScalaVersions := Seq("2.13.14", "3.3.3"), + crossScalaVersions := Seq("2.13.15", "3.3.3"), scalaVersion := crossScalaVersions.value.head, libraryDependencies ++= Seq( "com.softwaremill.macwire" %% "macros" % "2.6.4" % "provided", diff --git a/play-scala-rest-api-example/build.sbt b/play-scala-rest-api-example/build.sbt index 923266ed..f191a97a 100644 --- a/play-scala-rest-api-example/build.sbt +++ b/play-scala-rest-api-example/build.sbt @@ -1,7 +1,7 @@ import sbt.Keys._ import play.sbt.PlaySettings -lazy val scala213 = "2.13.14" +lazy val scala213 = "2.13.15" lazy val scala3 = "3.3.3" lazy val root = (project in file(".")) diff --git a/play-scala-secure-session-example/build.sbt b/play-scala-secure-session-example/build.sbt index 5ea1efd2..d4dc8e79 100644 --- a/play-scala-secure-session-example/build.sbt +++ b/play-scala-secure-session-example/build.sbt @@ -6,7 +6,7 @@ lazy val root = (project in file(".")) .settings( name := """play-scala-secure-session-example""", version := "1.0-SNAPSHOT", - crossScalaVersions := Seq("2.13.14", "3.3.3"), + crossScalaVersions := Seq("2.13.15", "3.3.3"), scalaVersion := crossScalaVersions.value.head, libraryDependencies ++= Seq( ws, diff --git a/play-scala-slick-example/build.sbt b/play-scala-slick-example/build.sbt index ee71ac29..30c304f3 100644 --- a/play-scala-slick-example/build.sbt +++ b/play-scala-slick-example/build.sbt @@ -1,4 +1,4 @@ -lazy val scala213 = "2.13.14" +lazy val scala213 = "2.13.15" lazy val scala3 = "3.3.3" lazy val root = (project in file(".")) diff --git a/play-scala-starter-example/build.sbt b/play-scala-starter-example/build.sbt index e605f429..eea7c036 100644 --- a/play-scala-starter-example/build.sbt +++ b/play-scala-starter-example/build.sbt @@ -4,7 +4,7 @@ lazy val root = (project in file(".")) .settings( name := """play-scala-starter-example""", version := "1.0-SNAPSHOT", - crossScalaVersions := Seq("2.13.14", "3.3.3"), + crossScalaVersions := Seq("2.13.15", "3.3.3"), scalaVersion := crossScalaVersions.value.head, libraryDependencies ++= Seq( guice, diff --git a/play-scala-streaming-example/build.sbt b/play-scala-streaming-example/build.sbt index fe2e0992..5d28624c 100644 --- a/play-scala-streaming-example/build.sbt +++ b/play-scala-streaming-example/build.sbt @@ -4,7 +4,7 @@ lazy val root = (project in file(".")) .settings( name := "play-scala-streaming-example", version := "1.0-SNAPSHOT", - crossScalaVersions := Seq("2.13.14", "3.3.3"), + crossScalaVersions := Seq("2.13.15", "3.3.3"), scalaVersion := crossScalaVersions.value.head, libraryDependencies ++= Seq( guice, diff --git a/play-scala-tls-example/build.sbt b/play-scala-tls-example/build.sbt index d0d3013c..6e0c1522 100644 --- a/play-scala-tls-example/build.sbt +++ b/play-scala-tls-example/build.sbt @@ -1,5 +1,5 @@ val commonSettings = Seq( - crossScalaVersions := Seq("2.13.14", "3.3.3"), + crossScalaVersions := Seq("2.13.15", "3.3.3"), scalaVersion := crossScalaVersions.value.head, scalacOptions ++= Seq( "-feature", diff --git a/play-scala-websocket-example/build.sbt b/play-scala-websocket-example/build.sbt index 1785f73f..a29e88b1 100644 --- a/play-scala-websocket-example/build.sbt +++ b/play-scala-websocket-example/build.sbt @@ -4,7 +4,7 @@ lazy val root = (project in file(".")) .settings( name := "play-scala-websocket-example", version := "1.0-SNAPSHOT", - crossScalaVersions := Seq("2.13.14", "3.3.3"), + crossScalaVersions := Seq("2.13.15", "3.3.3"), scalaVersion := crossScalaVersions.value.head, libraryDependencies ++= Seq( guice, From d89283a0fb09e8f84c6e74cdd160449ae1785eb1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 28 Sep 2024 21:41:30 +0000 Subject: [PATCH 3/4] [2.9.x] scala3-library 3.3.4 (was 3.3.3) --- play-java-rest-api-example/build.sbt | 2 +- play-scala-rest-api-example/build.sbt | 2 +- play-scala-slick-example/build.sbt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/play-java-rest-api-example/build.sbt b/play-java-rest-api-example/build.sbt index 2c334342..8e3f8eb1 100644 --- a/play-java-rest-api-example/build.sbt +++ b/play-java-rest-api-example/build.sbt @@ -1,5 +1,5 @@ lazy val scala213 = "2.13.15" -lazy val scala3 = "3.3.3" +lazy val scala3 = "3.3.4" lazy val root = (project in file(".")) .enablePlugins(PlayJava) diff --git a/play-scala-rest-api-example/build.sbt b/play-scala-rest-api-example/build.sbt index f191a97a..a61679b8 100644 --- a/play-scala-rest-api-example/build.sbt +++ b/play-scala-rest-api-example/build.sbt @@ -2,7 +2,7 @@ import sbt.Keys._ import play.sbt.PlaySettings lazy val scala213 = "2.13.15" -lazy val scala3 = "3.3.3" +lazy val scala3 = "3.3.4" lazy val root = (project in file(".")) .enablePlugins(PlayService, PlayLayoutPlugin, Common) diff --git a/play-scala-slick-example/build.sbt b/play-scala-slick-example/build.sbt index 30c304f3..5cc65ef9 100644 --- a/play-scala-slick-example/build.sbt +++ b/play-scala-slick-example/build.sbt @@ -1,5 +1,5 @@ lazy val scala213 = "2.13.15" -lazy val scala3 = "3.3.3" +lazy val scala3 = "3.3.4" lazy val root = (project in file(".")) .settings( From dbddab3135869fe87d99e95e1106e344b3391fe9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 28 Sep 2024 21:41:30 +0000 Subject: [PATCH 4/4] [2.9.x] sbt 1.10.2 (was 1.10.1) --- play-java-akka-cluster-example/project/build.properties | 2 +- play-java-chatroom-example/project/build.properties | 2 +- play-java-compile-di-example/project/build.properties | 2 +- play-java-dagger2-example/project/build.properties | 2 +- play-java-ebean-example/project/build.properties | 2 +- play-java-fileupload-example/project/build.properties | 2 +- play-java-forms-example/project/build.properties | 2 +- play-java-grpc-example/project/build.properties | 2 +- play-java-hello-world-tutorial/project/build.properties | 2 +- play-java-jpa-example/project/build.properties | 2 +- play-java-rest-api-example/project/build.properties | 2 +- play-java-starter-example/project/build.properties | 2 +- play-java-streaming-example/project/build.properties | 2 +- play-java-websocket-example/project/build.properties | 2 +- play-scala-anorm-example/project/build.properties | 2 +- play-scala-chatroom-example/project/build.properties | 2 +- play-scala-compile-di-example/project/build.properties | 2 +- play-scala-fileupload-example/project/build.properties | 2 +- play-scala-forms-example/project/build.properties | 2 +- play-scala-grpc-example/project/build.properties | 2 +- play-scala-hello-world-tutorial/project/build.properties | 2 +- play-scala-isolated-slick-example/project/build.properties | 2 +- play-scala-log4j2-example/project/build.properties | 2 +- play-scala-macwire-di-example/project/build.properties | 2 +- play-scala-rest-api-example/project/build.properties | 2 +- play-scala-secure-session-example/project/build.properties | 2 +- play-scala-slick-example/project/build.properties | 2 +- play-scala-starter-example/project/build.properties | 2 +- play-scala-streaming-example/project/build.properties | 2 +- play-scala-tls-example/modules/one/project/build.properties | 2 +- play-scala-tls-example/modules/two/project/build.properties | 2 +- play-scala-tls-example/project/build.properties | 2 +- play-scala-websocket-example/project/build.properties | 2 +- 33 files changed, 33 insertions(+), 33 deletions(-) diff --git a/play-java-akka-cluster-example/project/build.properties b/play-java-akka-cluster-example/project/build.properties index ee4c672c..0b699c30 100644 --- a/play-java-akka-cluster-example/project/build.properties +++ b/play-java-akka-cluster-example/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.1 +sbt.version=1.10.2 diff --git a/play-java-chatroom-example/project/build.properties b/play-java-chatroom-example/project/build.properties index ee4c672c..0b699c30 100644 --- a/play-java-chatroom-example/project/build.properties +++ b/play-java-chatroom-example/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.1 +sbt.version=1.10.2 diff --git a/play-java-compile-di-example/project/build.properties b/play-java-compile-di-example/project/build.properties index ee4c672c..0b699c30 100644 --- a/play-java-compile-di-example/project/build.properties +++ b/play-java-compile-di-example/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.1 +sbt.version=1.10.2 diff --git a/play-java-dagger2-example/project/build.properties b/play-java-dagger2-example/project/build.properties index ee4c672c..0b699c30 100644 --- a/play-java-dagger2-example/project/build.properties +++ b/play-java-dagger2-example/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.1 +sbt.version=1.10.2 diff --git a/play-java-ebean-example/project/build.properties b/play-java-ebean-example/project/build.properties index ee4c672c..0b699c30 100644 --- a/play-java-ebean-example/project/build.properties +++ b/play-java-ebean-example/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.1 +sbt.version=1.10.2 diff --git a/play-java-fileupload-example/project/build.properties b/play-java-fileupload-example/project/build.properties index ee4c672c..0b699c30 100644 --- a/play-java-fileupload-example/project/build.properties +++ b/play-java-fileupload-example/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.1 +sbt.version=1.10.2 diff --git a/play-java-forms-example/project/build.properties b/play-java-forms-example/project/build.properties index ee4c672c..0b699c30 100644 --- a/play-java-forms-example/project/build.properties +++ b/play-java-forms-example/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.1 +sbt.version=1.10.2 diff --git a/play-java-grpc-example/project/build.properties b/play-java-grpc-example/project/build.properties index ee4c672c..0b699c30 100644 --- a/play-java-grpc-example/project/build.properties +++ b/play-java-grpc-example/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.1 +sbt.version=1.10.2 diff --git a/play-java-hello-world-tutorial/project/build.properties b/play-java-hello-world-tutorial/project/build.properties index ee4c672c..0b699c30 100644 --- a/play-java-hello-world-tutorial/project/build.properties +++ b/play-java-hello-world-tutorial/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.1 +sbt.version=1.10.2 diff --git a/play-java-jpa-example/project/build.properties b/play-java-jpa-example/project/build.properties index ee4c672c..0b699c30 100644 --- a/play-java-jpa-example/project/build.properties +++ b/play-java-jpa-example/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.1 +sbt.version=1.10.2 diff --git a/play-java-rest-api-example/project/build.properties b/play-java-rest-api-example/project/build.properties index ee4c672c..0b699c30 100644 --- a/play-java-rest-api-example/project/build.properties +++ b/play-java-rest-api-example/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.1 +sbt.version=1.10.2 diff --git a/play-java-starter-example/project/build.properties b/play-java-starter-example/project/build.properties index ee4c672c..0b699c30 100644 --- a/play-java-starter-example/project/build.properties +++ b/play-java-starter-example/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.1 +sbt.version=1.10.2 diff --git a/play-java-streaming-example/project/build.properties b/play-java-streaming-example/project/build.properties index ee4c672c..0b699c30 100644 --- a/play-java-streaming-example/project/build.properties +++ b/play-java-streaming-example/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.1 +sbt.version=1.10.2 diff --git a/play-java-websocket-example/project/build.properties b/play-java-websocket-example/project/build.properties index ee4c672c..0b699c30 100644 --- a/play-java-websocket-example/project/build.properties +++ b/play-java-websocket-example/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.1 +sbt.version=1.10.2 diff --git a/play-scala-anorm-example/project/build.properties b/play-scala-anorm-example/project/build.properties index ee4c672c..0b699c30 100644 --- a/play-scala-anorm-example/project/build.properties +++ b/play-scala-anorm-example/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.1 +sbt.version=1.10.2 diff --git a/play-scala-chatroom-example/project/build.properties b/play-scala-chatroom-example/project/build.properties index ee4c672c..0b699c30 100644 --- a/play-scala-chatroom-example/project/build.properties +++ b/play-scala-chatroom-example/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.1 +sbt.version=1.10.2 diff --git a/play-scala-compile-di-example/project/build.properties b/play-scala-compile-di-example/project/build.properties index ee4c672c..0b699c30 100644 --- a/play-scala-compile-di-example/project/build.properties +++ b/play-scala-compile-di-example/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.1 +sbt.version=1.10.2 diff --git a/play-scala-fileupload-example/project/build.properties b/play-scala-fileupload-example/project/build.properties index ee4c672c..0b699c30 100644 --- a/play-scala-fileupload-example/project/build.properties +++ b/play-scala-fileupload-example/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.1 +sbt.version=1.10.2 diff --git a/play-scala-forms-example/project/build.properties b/play-scala-forms-example/project/build.properties index ee4c672c..0b699c30 100644 --- a/play-scala-forms-example/project/build.properties +++ b/play-scala-forms-example/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.1 +sbt.version=1.10.2 diff --git a/play-scala-grpc-example/project/build.properties b/play-scala-grpc-example/project/build.properties index ee4c672c..0b699c30 100644 --- a/play-scala-grpc-example/project/build.properties +++ b/play-scala-grpc-example/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.1 +sbt.version=1.10.2 diff --git a/play-scala-hello-world-tutorial/project/build.properties b/play-scala-hello-world-tutorial/project/build.properties index ee4c672c..0b699c30 100644 --- a/play-scala-hello-world-tutorial/project/build.properties +++ b/play-scala-hello-world-tutorial/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.1 +sbt.version=1.10.2 diff --git a/play-scala-isolated-slick-example/project/build.properties b/play-scala-isolated-slick-example/project/build.properties index ee4c672c..0b699c30 100644 --- a/play-scala-isolated-slick-example/project/build.properties +++ b/play-scala-isolated-slick-example/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.1 +sbt.version=1.10.2 diff --git a/play-scala-log4j2-example/project/build.properties b/play-scala-log4j2-example/project/build.properties index ee4c672c..0b699c30 100644 --- a/play-scala-log4j2-example/project/build.properties +++ b/play-scala-log4j2-example/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.1 +sbt.version=1.10.2 diff --git a/play-scala-macwire-di-example/project/build.properties b/play-scala-macwire-di-example/project/build.properties index ee4c672c..0b699c30 100644 --- a/play-scala-macwire-di-example/project/build.properties +++ b/play-scala-macwire-di-example/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.1 +sbt.version=1.10.2 diff --git a/play-scala-rest-api-example/project/build.properties b/play-scala-rest-api-example/project/build.properties index ee4c672c..0b699c30 100644 --- a/play-scala-rest-api-example/project/build.properties +++ b/play-scala-rest-api-example/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.1 +sbt.version=1.10.2 diff --git a/play-scala-secure-session-example/project/build.properties b/play-scala-secure-session-example/project/build.properties index ee4c672c..0b699c30 100644 --- a/play-scala-secure-session-example/project/build.properties +++ b/play-scala-secure-session-example/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.1 +sbt.version=1.10.2 diff --git a/play-scala-slick-example/project/build.properties b/play-scala-slick-example/project/build.properties index ee4c672c..0b699c30 100644 --- a/play-scala-slick-example/project/build.properties +++ b/play-scala-slick-example/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.1 +sbt.version=1.10.2 diff --git a/play-scala-starter-example/project/build.properties b/play-scala-starter-example/project/build.properties index ee4c672c..0b699c30 100644 --- a/play-scala-starter-example/project/build.properties +++ b/play-scala-starter-example/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.1 +sbt.version=1.10.2 diff --git a/play-scala-streaming-example/project/build.properties b/play-scala-streaming-example/project/build.properties index ee4c672c..0b699c30 100644 --- a/play-scala-streaming-example/project/build.properties +++ b/play-scala-streaming-example/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.1 +sbt.version=1.10.2 diff --git a/play-scala-tls-example/modules/one/project/build.properties b/play-scala-tls-example/modules/one/project/build.properties index ee4c672c..0b699c30 100644 --- a/play-scala-tls-example/modules/one/project/build.properties +++ b/play-scala-tls-example/modules/one/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.1 +sbt.version=1.10.2 diff --git a/play-scala-tls-example/modules/two/project/build.properties b/play-scala-tls-example/modules/two/project/build.properties index ee4c672c..0b699c30 100644 --- a/play-scala-tls-example/modules/two/project/build.properties +++ b/play-scala-tls-example/modules/two/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.1 +sbt.version=1.10.2 diff --git a/play-scala-tls-example/project/build.properties b/play-scala-tls-example/project/build.properties index ee4c672c..0b699c30 100644 --- a/play-scala-tls-example/project/build.properties +++ b/play-scala-tls-example/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.1 +sbt.version=1.10.2 diff --git a/play-scala-websocket-example/project/build.properties b/play-scala-websocket-example/project/build.properties index ee4c672c..0b699c30 100644 --- a/play-scala-websocket-example/project/build.properties +++ b/play-scala-websocket-example/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.1 +sbt.version=1.10.2