diff --git a/play-java-akka-cluster-example/build.sbt b/play-java-akka-cluster-example/build.sbt index cb50eb0a5..f6948611b 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-akka-cluster-example/project/build.properties b/play-java-akka-cluster-example/project/build.properties index ee4c672cd..0b699c305 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/build.sbt b/play-java-chatroom-example/build.sbt index 66417601c..507e27e5a 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-chatroom-example/project/build.properties b/play-java-chatroom-example/project/build.properties index ee4c672cd..0b699c305 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/build.sbt b/play-java-compile-di-example/build.sbt index 1a698885b..8b2e09b59 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-compile-di-example/project/build.properties b/play-java-compile-di-example/project/build.properties index ee4c672cd..0b699c305 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/build.sbt b/play-java-dagger2-example/build.sbt index a5246b776..80a638f0d 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-dagger2-example/project/build.properties b/play-java-dagger2-example/project/build.properties index ee4c672cd..0b699c305 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/build.sbt b/play-java-ebean-example/build.sbt index 5652b4ab5..aa11cde5f 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-ebean-example/project/build.properties b/play-java-ebean-example/project/build.properties index ee4c672cd..0b699c305 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/build.sbt b/play-java-fileupload-example/build.sbt index bb71de79d..468a66525 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-fileupload-example/project/build.properties b/play-java-fileupload-example/project/build.properties index ee4c672cd..0b699c305 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/build.sbt b/play-java-forms-example/build.sbt index ddf09e7ec..b95d33b6f 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-forms-example/project/build.properties b/play-java-forms-example/project/build.properties index ee4c672cd..0b699c305 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/build.sbt b/play-java-grpc-example/build.sbt index 3841ca757..70b72f96a 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 a1e379494..2846ca856 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-grpc-example/project/build.properties b/play-java-grpc-example/project/build.properties index ee4c672cd..0b699c305 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/build.sbt b/play-java-hello-world-tutorial/build.sbt index 26fd678f2..5c89d41d6 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-hello-world-tutorial/project/build.properties b/play-java-hello-world-tutorial/project/build.properties index ee4c672cd..0b699c305 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/build.sbt b/play-java-jpa-example/build.sbt index 9981a4e9c..f3fd6cf63 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-jpa-example/project/build.properties b/play-java-jpa-example/project/build.properties index ee4c672cd..0b699c305 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/build.sbt b/play-java-rest-api-example/build.sbt index ec31b8976..8e3f8eb17 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.14" -lazy val scala3 = "3.3.3" +lazy val scala213 = "2.13.15" +lazy val scala3 = "3.3.4" lazy val root = (project in file(".")) .enablePlugins(PlayJava) diff --git a/play-java-rest-api-example/project/build.properties b/play-java-rest-api-example/project/build.properties index ee4c672cd..0b699c305 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/build.sbt b/play-java-starter-example/build.sbt index 2b21ba159..f63f0041b 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-starter-example/project/build.properties b/play-java-starter-example/project/build.properties index ee4c672cd..0b699c305 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/build.sbt b/play-java-streaming-example/build.sbt index e634fea23..3d708eb6f 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-streaming-example/project/build.properties b/play-java-streaming-example/project/build.properties index ee4c672cd..0b699c305 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/build.sbt b/play-java-websocket-example/build.sbt index 43a27e78b..b4a10bc60 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-java-websocket-example/project/build.properties b/play-java-websocket-example/project/build.properties index ee4c672cd..0b699c305 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/build.sbt b/play-scala-anorm-example/build.sbt index ed9c35eac..4da2af4ca 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-anorm-example/project/build.properties b/play-scala-anorm-example/project/build.properties index ee4c672cd..0b699c305 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/build.sbt b/play-scala-chatroom-example/build.sbt index 5dd834b0d..77cc867bf 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, @@ -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, diff --git a/play-scala-chatroom-example/project/build.properties b/play-scala-chatroom-example/project/build.properties index ee4c672cd..0b699c305 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/build.sbt b/play-scala-compile-di-example/build.sbt index 9e8822e11..818a53fab 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-compile-di-example/project/build.properties b/play-scala-compile-di-example/project/build.properties index ee4c672cd..0b699c305 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/build.sbt b/play-scala-fileupload-example/build.sbt index 9d88f973f..ab93aac0b 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-fileupload-example/project/build.properties b/play-scala-fileupload-example/project/build.properties index ee4c672cd..0b699c305 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/build.sbt b/play-scala-forms-example/build.sbt index 7c2d4cb45..6dcf9c06a 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-forms-example/project/build.properties b/play-scala-forms-example/project/build.properties index ee4c672cd..0b699c305 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/build.sbt b/play-scala-grpc-example/build.sbt index 484b1cef7..f1fee38de 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 a1e379494..2846ca856 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-grpc-example/project/build.properties b/play-scala-grpc-example/project/build.properties index ee4c672cd..0b699c305 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/build.sbt b/play-scala-hello-world-tutorial/build.sbt index feb7a3750..22ca8da88 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-hello-world-tutorial/project/build.properties b/play-scala-hello-world-tutorial/project/build.properties index ee4c672cd..0b699c305 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/build.sbt b/play-scala-isolated-slick-example/build.sbt index 074a85494..9ee12f23a 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-isolated-slick-example/project/build.properties b/play-scala-isolated-slick-example/project/build.properties index ee4c672cd..0b699c305 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/build.sbt b/play-scala-log4j2-example/build.sbt index 13e0560ae..747e626a0 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-log4j2-example/project/build.properties b/play-scala-log4j2-example/project/build.properties index ee4c672cd..0b699c305 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/build.sbt b/play-scala-macwire-di-example/build.sbt index d9a1f4205..377fb983b 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-macwire-di-example/project/build.properties b/play-scala-macwire-di-example/project/build.properties index ee4c672cd..0b699c305 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/build.sbt b/play-scala-rest-api-example/build.sbt index 923266ed0..a61679b87 100644 --- a/play-scala-rest-api-example/build.sbt +++ b/play-scala-rest-api-example/build.sbt @@ -1,8 +1,8 @@ import sbt.Keys._ import play.sbt.PlaySettings -lazy val scala213 = "2.13.14" -lazy val scala3 = "3.3.3" +lazy val scala213 = "2.13.15" +lazy val scala3 = "3.3.4" lazy val root = (project in file(".")) .enablePlugins(PlayService, PlayLayoutPlugin, Common) diff --git a/play-scala-rest-api-example/project/build.properties b/play-scala-rest-api-example/project/build.properties index ee4c672cd..0b699c305 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/build.sbt b/play-scala-secure-session-example/build.sbt index 5ea1efd22..d4dc8e793 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-secure-session-example/project/build.properties b/play-scala-secure-session-example/project/build.properties index ee4c672cd..0b699c305 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/build.sbt b/play-scala-slick-example/build.sbt index ee71ac298..5cc65ef94 100644 --- a/play-scala-slick-example/build.sbt +++ b/play-scala-slick-example/build.sbt @@ -1,5 +1,5 @@ -lazy val scala213 = "2.13.14" -lazy val scala3 = "3.3.3" +lazy val scala213 = "2.13.15" +lazy val scala3 = "3.3.4" lazy val root = (project in file(".")) .settings( diff --git a/play-scala-slick-example/project/build.properties b/play-scala-slick-example/project/build.properties index ee4c672cd..0b699c305 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/build.sbt b/play-scala-starter-example/build.sbt index e605f4298..eea7c0360 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-starter-example/project/build.properties b/play-scala-starter-example/project/build.properties index ee4c672cd..0b699c305 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/build.sbt b/play-scala-streaming-example/build.sbt index fe2e09920..5d28624c4 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-streaming-example/project/build.properties b/play-scala-streaming-example/project/build.properties index ee4c672cd..0b699c305 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/build.sbt b/play-scala-tls-example/build.sbt index d0d3013cf..6e0c1522a 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-tls-example/modules/one/project/build.properties b/play-scala-tls-example/modules/one/project/build.properties index ee4c672cd..0b699c305 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 ee4c672cd..0b699c305 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 ee4c672cd..0b699c305 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/build.sbt b/play-scala-websocket-example/build.sbt index 1785f73f7..a29e88b16 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, diff --git a/play-scala-websocket-example/project/build.properties b/play-scala-websocket-example/project/build.properties index ee4c672cd..0b699c305 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