From 55bd1ecd91828a3a9c6e11f51b844614bf17310a Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sat, 9 Sep 2023 05:38:52 +0200 Subject: [PATCH 1/3] Update scala3-library to 3.3.1 (#412) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f9d762b1..f2a1cdab 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ import scalapb.compiler.Version.scalapbVersion scalaVersion := "2.13.11" -crossScalaVersions := Seq("2.12.18", "2.13.11", "3.3.0") +crossScalaVersions := Seq("2.12.18", "2.13.11", "3.3.1") ThisBuild / organization := "com.thesamet.scalapb" From 6f6fb625323eeaa03570d81beaa62cc6f535539a Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sat, 9 Sep 2023 05:44:33 +0200 Subject: [PATCH 2/3] Update sbt-scalafmt to 2.5.2 (#413) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 3133fe33..71317265 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -5,6 +5,6 @@ libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.13" addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3") -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12") From 6968c03eccc7a05805b2af0f3d23347f4143534e Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sat, 9 Sep 2023 05:50:41 +0200 Subject: [PATCH 3/3] Update scalafmt-core to 3.7.14 (#414) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 4e499369..34e926b0 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,2 +1,2 @@ -version=3.7.12 +version=3.7.14 runner.dialect=scala213source3