From 51dcbab129be1402c5141325d831407fd02482a9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 19 Feb 2025 01:25:01 +0000 Subject: [PATCH 1/4] [2.0.x] sbt-bloop 2.0.8 (was 2.0.7) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index ec4da443..eb68739c 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -10,6 +10,6 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4") addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.8.0") -addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "2.0.7") +addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "2.0.8") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1") addSbtPlugin("com.github.sbt" % "sbt-maven-plugin" % "0.0.2") From 297708c96ade790ddce32ec0705d7a1fd1370a6b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 19 Feb 2025 01:25:14 +0000 Subject: [PATCH 2/4] [2.0.x] scala3-compiler 3.3.5 (was 3.3.4) --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index ffe3b9c2..f5fea662 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -5,6 +5,6 @@ object Dependencies { val Scala212 = "2.12.20" val Scala213 = "2.13.16" - val Scala3 = "3.3.4" + val Scala3 = "3.3.5" val ScalaVersions = Seq(Scala212, Scala213, Scala3) } From 1db3342909eeaba64c385d723113cd026f874e16 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 19 Feb 2025 01:25:27 +0000 Subject: [PATCH 3/4] [2.0.x] scala3-library 3.3.5 (was 3.3.4) --- 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 90c09bf3..a50b22b0 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.4", + scalaVersion := "3.3.5", scalacOptions ++= Seq("-source:future", "-feature") ) From 2cd22733dde797159cd8aecad7386e21f9fb3600 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 19 Feb 2025 01:25:40 +0000 Subject: [PATCH 4/4] [2.0.x] scalafmt-core 3.8.6 (was 3.8.5) --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index af41349e..9debe9f4 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.8.5 +version = 3.8.6 project.layout=StandardConvention