From c1a82f8346666809cdc48ae0922cc6fa2ab987d2 Mon Sep 17 00:00:00 2001 From: "alejandrohdezma-steward[bot]" <80571129+alejandrohdezma-steward[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 18:17:46 +0000 Subject: [PATCH 1/4] Update tapir-core to 1.9.10 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1e7d83d..808bcbb 100644 --- a/build.sbt +++ b/build.sbt @@ -12,7 +12,7 @@ lazy val documentation = project .dependsOn(`tapir-golden-openapi-munit-validator`) lazy val `tapir-golden-openapi-munit` = module - .settings(libraryDependencies += "com.softwaremill.sttp.tapir" %% "tapir-core" % "1.9.9") + .settings(libraryDependencies += "com.softwaremill.sttp.tapir" %% "tapir-core" % "1.9.10") .settings(libraryDependencies += "com.softwaremill.sttp.tapir" %% "tapir-openapi-docs" % "1.9.9") .settings(libraryDependencies += "com.softwaremill.sttp.apispec" %% "openapi-circe-yaml" % "0.7.4") .settings(libraryDependencies += "org.scalameta" %% "munit" % "0.7.29") From 36ed35191ddc6c4d9558ba04b77c803a71e84bd8 Mon Sep 17 00:00:00 2001 From: "alejandrohdezma-steward[bot]" <80571129+alejandrohdezma-steward[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 18:17:46 +0000 Subject: [PATCH 2/4] Update tapir-openapi-docs to 1.9.10 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 808bcbb..64c34f0 100644 --- a/build.sbt +++ b/build.sbt @@ -13,7 +13,7 @@ lazy val documentation = project lazy val `tapir-golden-openapi-munit` = module .settings(libraryDependencies += "com.softwaremill.sttp.tapir" %% "tapir-core" % "1.9.10") - .settings(libraryDependencies += "com.softwaremill.sttp.tapir" %% "tapir-openapi-docs" % "1.9.9") + .settings(libraryDependencies += "com.softwaremill.sttp.tapir" %% "tapir-openapi-docs" % "1.9.10") .settings(libraryDependencies += "com.softwaremill.sttp.apispec" %% "openapi-circe-yaml" % "0.7.4") .settings(libraryDependencies += "org.scalameta" %% "munit" % "0.7.29") From 0a837b17c72924a141c73b04b04c02d3425e4fe4 Mon Sep 17 00:00:00 2001 From: "alejandrohdezma-steward[bot]" <80571129+alejandrohdezma-steward[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 18:17:46 +0000 Subject: [PATCH 3/4] Update scala-library to 2.13.13 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 64c34f0..aab83b6 100644 --- a/build.sbt +++ b/build.sbt @@ -1,4 +1,4 @@ -ThisBuild / scalaVersion := "2.13.12" +ThisBuild / scalaVersion := "2.13.13" ThisBuild / organization := "com.alejandrohdezma" ThisBuild / versionPolicyIntention := Compatibility.BinaryAndSourceCompatible From a327083b50eb35693e23eda10edc9556f1c94146 Mon Sep 17 00:00:00 2001 From: "alejandrohdezma-steward[bot]" <80571129+alejandrohdezma-steward[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 18:17:46 +0000 Subject: [PATCH 4/4] Update sbt to 1.9.9 --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index 8cf07b7..4d5f78c 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.8 \ No newline at end of file +sbt.version=1.9.9 \ No newline at end of file