From a5aad41b5fac240f8fe1c75864f461982e594bda Mon Sep 17 00:00:00 2001 From: scala-steward Date: Fri, 14 Apr 2023 00:16:13 +0000 Subject: [PATCH 01/25] Update diffx-scalatest-should to 0.8.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index bff97cb9..b92ee6c9 100644 --- a/build.sbt +++ b/build.sbt @@ -138,7 +138,7 @@ lazy val openapi = project name := "openapi", libraryDependencies ++= Seq( "io.circe" %% "circe-yaml" % circeYamlVersion, - "com.softwaremill.diffx" %% "diffx-scalatest-should" % "0.8.2" % Test, + "com.softwaremill.diffx" %% "diffx-scalatest-should" % "0.8.3" % Test, "org.scalatest" %% "scalatest" % "3.2.15" % Test ) ++ jsonDependencies ) From 7198dace7dfbd311aa5b5356c63410d5db9c6803 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Mon, 17 Apr 2023 00:17:29 +0000 Subject: [PATCH 02/25] Update cats-effect to 3.4.9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b92ee6c9..4fcc6187 100644 --- a/build.sbt +++ b/build.sbt @@ -102,7 +102,7 @@ lazy val sdk: Project = (project in file("sdk")) "com.softwaremill.sttp.client3" %% "core" % sttpClientVersion, "com.softwaremill.sttp.tapir" %% "tapir-sttp-client" % tapirVersion, "org.scalatest" %% "scalatest" % "3.2.15" % Test, - "org.typelevel" %% "cats-effect" % "3.4.8", + "org.typelevel" %% "cats-effect" % "3.4.9", "com.softwaremill.sttp.client3" %% "async-http-client-backend-cats" % sttpClientVersion % Test, "org.typelevel" %% "cats-effect-testing-scalatest" % "1.5.0" % Test ) From ab848c69d927337a6d0b695e7d30f0493cc29f70 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Thu, 20 Apr 2023 00:16:54 +0000 Subject: [PATCH 03/25] Update logback-classic to 1.4.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4fcc6187..3401976a 100644 --- a/build.sbt +++ b/build.sbt @@ -22,7 +22,7 @@ val jsonDependencies = Seq( val loggingDependencies = Seq( "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5", - "ch.qos.logback" % "logback-classic" % "1.4.6", + "ch.qos.logback" % "logback-classic" % "1.4.7", "org.typelevel" %% "log4cats-slf4j" % "2.5.0" ) From 1b2f8360efc58869e194cb5bf50b6d73b5fd51a3 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Mon, 24 Apr 2023 00:18:02 +0000 Subject: [PATCH 04/25] Update log4cats-slf4j to 2.6.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3401976a..eb103ed6 100644 --- a/build.sbt +++ b/build.sbt @@ -23,7 +23,7 @@ val jsonDependencies = Seq( val loggingDependencies = Seq( "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5", "ch.qos.logback" % "logback-classic" % "1.4.7", - "org.typelevel" %% "log4cats-slf4j" % "2.5.0" + "org.typelevel" %% "log4cats-slf4j" % "2.6.0" ) val apiDocsDependencies = Seq( From 82ab3c8cef7a83083ff1d91a22b15c754a6b7b5e Mon Sep 17 00:00:00 2001 From: scala-steward Date: Sat, 29 Apr 2023 00:17:20 +0000 Subject: [PATCH 05/25] Update cats-effect to 3.4.10 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index eb103ed6..258ebb9a 100644 --- a/build.sbt +++ b/build.sbt @@ -102,7 +102,7 @@ lazy val sdk: Project = (project in file("sdk")) "com.softwaremill.sttp.client3" %% "core" % sttpClientVersion, "com.softwaremill.sttp.tapir" %% "tapir-sttp-client" % tapirVersion, "org.scalatest" %% "scalatest" % "3.2.15" % Test, - "org.typelevel" %% "cats-effect" % "3.4.9", + "org.typelevel" %% "cats-effect" % "3.4.10", "com.softwaremill.sttp.client3" %% "async-http-client-backend-cats" % sttpClientVersion % Test, "org.typelevel" %% "cats-effect-testing-scalatest" % "1.5.0" % Test ) From 2d7473a20a68409f7c0782b6edfd1dd93fbf8888 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Fri, 12 May 2023 00:16:57 +0000 Subject: [PATCH 06/25] Update cats-effect to 3.4.11 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 258ebb9a..77a73d93 100644 --- a/build.sbt +++ b/build.sbt @@ -102,7 +102,7 @@ lazy val sdk: Project = (project in file("sdk")) "com.softwaremill.sttp.client3" %% "core" % sttpClientVersion, "com.softwaremill.sttp.tapir" %% "tapir-sttp-client" % tapirVersion, "org.scalatest" %% "scalatest" % "3.2.15" % Test, - "org.typelevel" %% "cats-effect" % "3.4.10", + "org.typelevel" %% "cats-effect" % "3.4.11", "com.softwaremill.sttp.client3" %% "async-http-client-backend-cats" % sttpClientVersion % Test, "org.typelevel" %% "cats-effect-testing-scalatest" % "1.5.0" % Test ) From 5e308d384e5710e481206914320ec219774ea2de Mon Sep 17 00:00:00 2001 From: scala-steward Date: Sat, 13 May 2023 00:16:59 +0000 Subject: [PATCH 07/25] Update http4s-dsl to 0.23.19 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 77a73d93..e741807f 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ import com.softwaremill.Publish.updateDocs import com.softwaremill.UpdateVersionInDocs import sbt.Def -val http4sVersion = "0.23.18" +val http4sVersion = "0.23.19" val circeVersion = "0.14.3" val circeYamlVersion = "0.14.2" val tapirVersion = "1.1.2" From 85d185b23a736745bde4f79b030c61014e33c428 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Sat, 13 May 2023 00:17:06 +0000 Subject: [PATCH 08/25] Update sbt to 1.8.3 --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index e2142ad9..a4804cf0 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version = 1.8.2 \ No newline at end of file +sbt.version = 1.8.3 \ No newline at end of file From e42b1564a2bf5c2b641d29bafbd78a1fb49652d7 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Sat, 13 May 2023 00:17:14 +0000 Subject: [PATCH 09/25] Update cats-effect to 3.5.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 77a73d93..d5cbb13f 100644 --- a/build.sbt +++ b/build.sbt @@ -102,7 +102,7 @@ lazy val sdk: Project = (project in file("sdk")) "com.softwaremill.sttp.client3" %% "core" % sttpClientVersion, "com.softwaremill.sttp.tapir" %% "tapir-sttp-client" % tapirVersion, "org.scalatest" %% "scalatest" % "3.2.15" % Test, - "org.typelevel" %% "cats-effect" % "3.4.11", + "org.typelevel" %% "cats-effect" % "3.5.0", "com.softwaremill.sttp.client3" %% "async-http-client-backend-cats" % sttpClientVersion % Test, "org.typelevel" %% "cats-effect-testing-scalatest" % "1.5.0" % Test ) From 8883fc4de3b3665b4e9ce12ba310eea093cb9705 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Tue, 16 May 2023 00:18:00 +0000 Subject: [PATCH 10/25] Update http4s-blaze-server to 0.23.15 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1904348c..84f19432 100644 --- a/build.sbt +++ b/build.sbt @@ -71,7 +71,7 @@ lazy val app: Project = (project in file("app")) libraryDependencies ++= Seq( "com.softwaremill.sttp.client3" %% "core" % sttpClientVersion, "org.http4s" %% "http4s-dsl" % http4sVersion, - "org.http4s" %% "http4s-blaze-server" % "0.23.14", + "org.http4s" %% "http4s-blaze-server" % "0.23.15", "com.softwaremill.sttp.tapir" %% "tapir-http4s-server" % tapirVersion, "com.monovore" %% "decline" % declineVersion, "com.monovore" %% "decline-effect" % declineVersion, From e043ac78dd85d6101956ee5e5a6ff1cec12062fd Mon Sep 17 00:00:00 2001 From: scala-steward Date: Tue, 16 May 2023 00:18:11 +0000 Subject: [PATCH 11/25] Update scalatest to 3.2.16 --- build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index 1904348c..0a1caeb8 100644 --- a/build.sbt +++ b/build.sbt @@ -77,7 +77,7 @@ lazy val app: Project = (project in file("app")) "com.monovore" %% "decline-effect" % declineVersion, "com.softwaremill.common" %% "tagging" % "2.3.4", "org.typelevel" %% "cats-core" % "2.9.0", - "org.scalatest" %% "scalatest" % "3.2.15" % Test, + "org.scalatest" %% "scalatest" % "3.2.16" % Test, "org.typelevel" %% "cats-effect-testing-scalatest" % "1.5.0" % Test ) ++ loggingDependencies ++ apiDocsDependencies ) @@ -101,7 +101,7 @@ lazy val sdk: Project = (project in file("sdk")) libraryDependencies ++= Seq( "com.softwaremill.sttp.client3" %% "core" % sttpClientVersion, "com.softwaremill.sttp.tapir" %% "tapir-sttp-client" % tapirVersion, - "org.scalatest" %% "scalatest" % "3.2.15" % Test, + "org.scalatest" %% "scalatest" % "3.2.16" % Test, "org.typelevel" %% "cats-effect" % "3.5.0", "com.softwaremill.sttp.client3" %% "async-http-client-backend-cats" % sttpClientVersion % Test, "org.typelevel" %% "cats-effect-testing-scalatest" % "1.5.0" % Test @@ -139,7 +139,7 @@ lazy val openapi = project libraryDependencies ++= Seq( "io.circe" %% "circe-yaml" % circeYamlVersion, "com.softwaremill.diffx" %% "diffx-scalatest-should" % "0.8.3" % Test, - "org.scalatest" %% "scalatest" % "3.2.15" % Test + "org.scalatest" %% "scalatest" % "3.2.16" % Test ) ++ jsonDependencies ) From 2fe8b67f379302df9462d3193f894a64b1ea3f23 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Thu, 1 Jun 2023 00:23:39 +0000 Subject: [PATCH 12/25] Update scalafmt-core to 3.7.4 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index ba065048..9ad566ca 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,3 +1,3 @@ -version = 3.7.3 +version = 3.7.4 maxColumn = 120 runner.dialect = scala213 \ No newline at end of file From 908d35820274cc97c4a89fb59cad49bbaa958256 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Sat, 3 Jun 2023 00:19:03 +0000 Subject: [PATCH 13/25] Update sbt to 1.9.0 --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index a4804cf0..0127b17c 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version = 1.8.3 \ No newline at end of file +sbt.version = 1.9.0 \ No newline at end of file From 91f87519a47bbfff5d595d508fdfe602548ee123 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Thu, 8 Jun 2023 00:19:18 +0000 Subject: [PATCH 14/25] Update scala-library to 2.13.11 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index dd625732..00b312b0 100644 --- a/build.sbt +++ b/build.sbt @@ -43,7 +43,7 @@ lazy val dockerSettings = Seq( lazy val commonSettings: Seq[Def.Setting[_]] = commonSmlBuildSettings ++ ossPublishSettings ++ Seq( organization := "com.softwaremill.sttp.livestub", - scalaVersion := "2.13.10", + scalaVersion := "2.13.11", scalafmtOnCompile := false, scmInfo := Some( ScmInfo( From 92ffc2ea0bff0d7f78b66623c422fb79356468db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jun 2023 00:58:26 +0000 Subject: [PATCH 15/25] Bump docker/login-action from 2.1.0 to 2.2.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v2.1.0...v2.2.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index b695f490..771c8e61 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -46,7 +46,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Login to DockerHub - uses: docker/login-action@v2.1.0 + uses: docker/login-action@v2.2.0 with: username: ${{ secrets.DOCKER_USER }} password: ${{ secrets.DOCKER_PASSWORD }} From 3aa1c05f2998d5199481a3f8bb9511119e8847e1 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Tue, 13 Jun 2023 00:19:17 +0000 Subject: [PATCH 16/25] Update http4s-dsl to 0.23.20 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 00b312b0..8ab99490 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ import com.softwaremill.Publish.updateDocs import com.softwaremill.UpdateVersionInDocs import sbt.Def -val http4sVersion = "0.23.19" +val http4sVersion = "0.23.20" val circeVersion = "0.14.3" val circeYamlVersion = "0.14.2" val tapirVersion = "1.1.2" From f25ece4e643138b96bbcf40b36d6dd8cf17efafa Mon Sep 17 00:00:00 2001 From: scala-steward Date: Wed, 14 Jun 2023 00:19:07 +0000 Subject: [PATCH 17/25] Update logback-classic to 1.4.8 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8ab99490..4d4e199d 100644 --- a/build.sbt +++ b/build.sbt @@ -22,7 +22,7 @@ val jsonDependencies = Seq( val loggingDependencies = Seq( "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5", - "ch.qos.logback" % "logback-classic" % "1.4.7", + "ch.qos.logback" % "logback-classic" % "1.4.8", "org.typelevel" %% "log4cats-slf4j" % "2.6.0" ) From 82e3d1e4a9af9bc6b3c4d651012202b5fcfbc268 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Sun, 18 Jun 2023 00:21:27 +0000 Subject: [PATCH 18/25] Update http4s-dsl to 0.23.21 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4d4e199d..cc4296e9 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ import com.softwaremill.Publish.updateDocs import com.softwaremill.UpdateVersionInDocs import sbt.Def -val http4sVersion = "0.23.20" +val http4sVersion = "0.23.21" val circeVersion = "0.14.3" val circeYamlVersion = "0.14.2" val tapirVersion = "1.1.2" From 896c90dc41200def38fab1a743ad6b2289526198 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Sun, 25 Jun 2023 00:23:49 +0000 Subject: [PATCH 19/25] Update cats-effect to 3.5.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index cc4296e9..478e1f1e 100644 --- a/build.sbt +++ b/build.sbt @@ -102,7 +102,7 @@ lazy val sdk: Project = (project in file("sdk")) "com.softwaremill.sttp.client3" %% "core" % sttpClientVersion, "com.softwaremill.sttp.tapir" %% "tapir-sttp-client" % tapirVersion, "org.scalatest" %% "scalatest" % "3.2.16" % Test, - "org.typelevel" %% "cats-effect" % "3.5.0", + "org.typelevel" %% "cats-effect" % "3.5.1", "com.softwaremill.sttp.client3" %% "async-http-client-backend-cats" % sttpClientVersion % Test, "org.typelevel" %% "cats-effect-testing-scalatest" % "1.5.0" % Test ) From 499283f74493093206288b5e9657a8a51a0e1290 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Tue, 27 Jun 2023 00:22:02 +0000 Subject: [PATCH 20/25] Update sbt to 1.9.1 --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index 0127b17c..521a06e7 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version = 1.9.0 \ No newline at end of file +sbt.version = 1.9.1 \ No newline at end of file From 16e142f16316a38627049827149bffef4dc08714 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Thu, 29 Jun 2023 00:21:54 +0000 Subject: [PATCH 21/25] Update http4s-dsl to 0.23.22 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 478e1f1e..cc4a9f4e 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ import com.softwaremill.Publish.updateDocs import com.softwaremill.UpdateVersionInDocs import sbt.Def -val http4sVersion = "0.23.21" +val http4sVersion = "0.23.22" val circeVersion = "0.14.3" val circeYamlVersion = "0.14.2" val tapirVersion = "1.1.2" From b322e981ab016feb50f90ffa70093e0d0c94012b Mon Sep 17 00:00:00 2001 From: scala-steward Date: Fri, 30 Jun 2023 00:21:14 +0000 Subject: [PATCH 22/25] Update scalafmt-core to 3.7.5 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 9ad566ca..4d4bcbe2 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,3 +1,3 @@ -version = 3.7.4 +version = 3.7.5 maxColumn = 120 runner.dialect = scala213 \ No newline at end of file From 2da7b25793947d026b06a5f0871f3888ade968b9 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Tue, 4 Jul 2023 00:21:21 +0000 Subject: [PATCH 23/25] Update scalafmt-core to 3.7.6 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 4d4bcbe2..f22296b6 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,3 +1,3 @@ -version = 3.7.5 +version = 3.7.6 maxColumn = 120 runner.dialect = scala213 \ No newline at end of file From f11dbf9f8bb7dc94a9e37484e38fb45bf163ab4e Mon Sep 17 00:00:00 2001 From: scala-steward Date: Thu, 6 Jul 2023 00:22:40 +0000 Subject: [PATCH 24/25] Update scalafmt-core to 3.7.7 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index f22296b6..a1a07ef1 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,3 +1,3 @@ -version = 3.7.6 +version = 3.7.7 maxColumn = 120 runner.dialect = scala213 \ No newline at end of file From af21e8db2b71216d8630428b3934b6af81494603 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Fri, 7 Jul 2023 00:22:02 +0000 Subject: [PATCH 25/25] Update client3:async-http-client-backend-cats, ... to 3.8.16 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index cc4a9f4e..4c467e46 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ val http4sVersion = "0.23.22" val circeVersion = "0.14.3" val circeYamlVersion = "0.14.2" val tapirVersion = "1.1.2" -val sttpClientVersion = "3.8.15" +val sttpClientVersion = "3.8.16" val declineVersion = "2.4.1"