From 3ef81f2b4592a4fb8b938e26d07cf6b61ff36faf Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 18 Nov 2023 04:00:18 +0000 Subject: [PATCH 1/2] Update scalafmt-core to 3.7.17 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 419d726..17b7e77 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,5 +1,5 @@ # https://scalameta.org/scalafmt/docs/configuration.html -version = 3.7.14 +version = 3.7.17 runner { dialect = scala213 } From 115baf5ec45619b1073249f38ab930bd55a971b5 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 18 Nov 2023 04:00:50 +0000 Subject: [PATCH 2/2] Update sbt-sonatype to 3.10.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index b897f21..2440d73 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -6,7 +6,7 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.14.0") addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.16") -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.21") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.10.0") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")