From 33178ecf2645f19692c6245255e7007bc2dd0ce1 Mon Sep 17 00:00:00 2001 From: xerial-bot Date: Sat, 28 Jan 2023 07:41:59 -0800 Subject: [PATCH 1/6] Update sbt-sonatype to 3.9.17 (#367) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 532581df..4f0f7a70 100755 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -val SONATYPE_VERSION = sys.env.getOrElse("SONATYPE_VERSION", "3.9.16") +val SONATYPE_VERSION = sys.env.getOrElse("SONATYPE_VERSION", "3.9.17") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % SONATYPE_VERSION) addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0") From 1d8df4b484e3eddf3a91ff5e29c5d60f5d25a2c8 Mon Sep 17 00:00:00 2001 From: xerial-bot Date: Fri, 3 Feb 2023 16:18:39 -0800 Subject: [PATCH 2/6] Update airframe-http, airspec to 23.2.0 (#368) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8f9e556c..9e88e648 100755 --- a/build.sbt +++ b/build.sbt @@ -35,7 +35,7 @@ lazy val buildSettings: Seq[Setting[_]] = Seq( } ) -val AIRFRAME_VERSION = "23.1.4" +val AIRFRAME_VERSION = "23.2.0" // Project modules lazy val sbtSonatype = From 65cafb3a7cb2caa67622755bd10b22d967e7bc1d Mon Sep 17 00:00:00 2001 From: xerial-bot Date: Tue, 7 Feb 2023 21:41:44 -0800 Subject: [PATCH 3/6] Update airframe-http, airspec to 23.2.1 (#369) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9e88e648..935acd8a 100755 --- a/build.sbt +++ b/build.sbt @@ -35,7 +35,7 @@ lazy val buildSettings: Seq[Setting[_]] = Seq( } ) -val AIRFRAME_VERSION = "23.2.0" +val AIRFRAME_VERSION = "23.2.1" // Project modules lazy val sbtSonatype = From 43bf3904ba9fc5a35fcbde9814c4bd487e55a707 Mon Sep 17 00:00:00 2001 From: xerial-bot Date: Sun, 26 Feb 2023 17:36:34 -0800 Subject: [PATCH 4/6] Update scalafmt-core to 3.7.2 (#375) --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index b55ea49e..c6fdd709 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.7.1 +version = 3.7.2 project.layout = StandardConvention runner.dialect = scala212 maxColumn = 120 From 9674318ac94ad2f15d9e880bef2684f1e26512ed Mon Sep 17 00:00:00 2001 From: xerial-bot Date: Sun, 26 Feb 2023 17:36:42 -0800 Subject: [PATCH 5/6] Update airframe-http, airspec to 23.2.5 (#374) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 935acd8a..d95a9e58 100755 --- a/build.sbt +++ b/build.sbt @@ -35,7 +35,7 @@ lazy val buildSettings: Seq[Setting[_]] = Seq( } ) -val AIRFRAME_VERSION = "23.2.1" +val AIRFRAME_VERSION = "23.2.5" // Project modules lazy val sbtSonatype = From d84df5c365bd18ce5e7da4572ef0ab3c394c84ed Mon Sep 17 00:00:00 2001 From: xerial-bot Date: Thu, 9 Mar 2023 14:15:47 -0800 Subject: [PATCH 6/6] Update airframe-http, airspec to 23.3.0 (#377) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d95a9e58..e34bb590 100755 --- a/build.sbt +++ b/build.sbt @@ -35,7 +35,7 @@ lazy val buildSettings: Seq[Setting[_]] = Seq( } ) -val AIRFRAME_VERSION = "23.2.5" +val AIRFRAME_VERSION = "23.3.0" // Project modules lazy val sbtSonatype =