From 0eda776b6cbb4823127d8418e1d12f9a20131f20 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 28 Sep 2024 22:01:43 +0000 Subject: [PATCH 1/6] [1.6.x] sbt-bloop 2.0.2 (was 2.0.0) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index eb3656be..c30d8cfa 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -10,5 +10,5 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.8.0") -addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "2.0.0") +addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "2.0.2") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0") From fef48be9c8b834dd4dd86d34802c5144b659ff48 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 28 Sep 2024 22:01:51 +0000 Subject: [PATCH 2/6] [1.6.x] scala-compiler 2.12.20 (was 2.12.19) --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index e512a256..f1627316 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -3,7 +3,7 @@ */ object Dependencies { - val Scala212 = "2.12.19" + val Scala212 = "2.12.20" val Scala213 = "2.13.14" val Scala3 = "3.3.3" val ScalaVersions = Seq(Scala212, Scala213, Scala3) From c890dbd31044cb009aa28f8ffb5f0ad0d9d146ae Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 28 Sep 2024 22:02:02 +0000 Subject: [PATCH 3/6] [1.6.x] scala-compiler 2.13.15 (was 2.13.14) --- docs/build.sbt | 2 +- project/Dependencies.scala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/build.sbt b/docs/build.sbt index f63227e0..ab058bd4 100644 --- a/docs/build.sbt +++ b/docs/build.sbt @@ -10,7 +10,7 @@ lazy val docs = project .enablePlugins(PlayDocsPlugin) .configs(Configuration.of("Docs", "docs")) .settings( - scalaVersion := "2.13.14", + scalaVersion := "2.13.15", // use special snapshot play version for now resolvers ++= DefaultOptions.resolvers(snapshot = true), resolvers += Resolver.typesafeRepo("releases"), diff --git a/project/Dependencies.scala b/project/Dependencies.scala index f1627316..10f85921 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -4,7 +4,7 @@ object Dependencies { val Scala212 = "2.12.20" - val Scala213 = "2.13.14" + val Scala213 = "2.13.15" val Scala3 = "3.3.3" val ScalaVersions = Seq(Scala212, Scala213, Scala3) } From dc805bc445369c93c74513ee16f7c6722df69b30 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 28 Sep 2024 22:02:09 +0000 Subject: [PATCH 4/6] [1.6.x] scala3-compiler 3.3.4 (was 3.3.3) --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 10f85921..10cbf1c2 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -5,6 +5,6 @@ object Dependencies { val Scala212 = "2.12.20" val Scala213 = "2.13.15" - val Scala3 = "3.3.3" + val Scala3 = "3.3.4" val ScalaVersions = Seq(Scala212, Scala213, Scala3) } From aea09be821097797d82cc84432010c39eb7f59f4 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 28 Sep 2024 22:02:19 +0000 Subject: [PATCH 5/6] [1.6.x] scala3-library 3.3.4 (was 3.3.3) --- sbt-twirl/src/sbt-test/twirl/compile-scala3/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbt-twirl/src/sbt-test/twirl/compile-scala3/build.sbt b/sbt-twirl/src/sbt-test/twirl/compile-scala3/build.sbt index 5f543de5..90c09bf3 100644 --- a/sbt-twirl/src/sbt-test/twirl/compile-scala3/build.sbt +++ b/sbt-twirl/src/sbt-test/twirl/compile-scala3/build.sbt @@ -13,6 +13,6 @@ lazy val root = (project in file(".")) SbtTwirl } .settings( - scalaVersion := "3.3.3", + scalaVersion := "3.3.4", scalacOptions ++= Seq("-source:future", "-feature") ) From b47babc03ff950e75dd8171a065b81fe449a1236 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 28 Sep 2024 22:02:24 +0000 Subject: [PATCH 6/6] [1.6.x] sbt 1.10.2 (was 1.10.1) --- docs/project/build.properties | 2 +- project/build.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/project/build.properties b/docs/project/build.properties index 76f43acd..c23a0e71 100644 --- a/docs/project/build.properties +++ b/docs/project/build.properties @@ -1,3 +1,3 @@ # Copyright (C) from 2022 The Play Framework Contributors , 2011-2021 Lightbend Inc. -sbt.version=1.10.1 +sbt.version=1.10.2 diff --git a/project/build.properties b/project/build.properties index 76f43acd..c23a0e71 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1,3 +1,3 @@ # Copyright (C) from 2022 The Play Framework Contributors , 2011-2021 Lightbend Inc. -sbt.version=1.10.1 +sbt.version=1.10.2