Skip to content

Commit a88062e

Browse files
chore: Patches/Minor updates (#194)
* docs: Generate changelog before release * chore: Update tapir-http4s-client from 1.11.9 to 1.11.10 * chore: Update tapir-http4s-server from 1.11.9 to 1.11.10 * chore: Update tapir-iron from 1.11.9 to 1.11.10 * chore: Update tapir-json-circe from 1.11.9 to 1.11.10 * chore: Update tapir-openapi-docs from 1.11.9 to 1.11.10 * chore: Update tapir-opentelemetry-metrics from 1.11.9 to 1.11.10 * chore: Update tapir-sttp-stub-server from 1.11.9 to 1.11.10 * chore: Update tapir-swagger-ui-bundle from 1.11.9 to 1.11.10 * chore: Update flyway-core from 11.0.0 to 11.0.1 * chore: Update flyway-database-postgresql from 11.0.0 to 11.0.1 * chore: Update otel4s-sdk from 0.11.1 to 0.11.2 * chore: Update otel4s-sdk-exporter from 0.11.1 to 0.11.2 * ci: Fix bad merge --------- Signed-off-by: Raphaël Lemaitre <[email protected]> Co-authored-by: Raphaël Lemaitre <[email protected]> Co-authored-by: Raphaël Lemaitre <[email protected]>
1 parent 82fdb44 commit a88062e

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

project/Dependencies.scala

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ object Dependencies {
3737

3838
val http4sClient: Seq[ModuleID] = Seq(
3939
"org.http4s" %% "http4s-netty-client" % "0.5.21",
40-
"com.softwaremill.sttp.tapir" %% "tapir-http4s-client" % "1.11.9",
40+
"com.softwaremill.sttp.tapir" %% "tapir-http4s-client" % "1.11.10",
4141
"com.alejandrohdezma" %% "http4s-munit" % "1.1.0" % Test
4242
)
4343
val http4sServer: Seq[ModuleID] = Seq(
@@ -49,15 +49,15 @@ object Dependencies {
4949
)
5050

5151
private val tapir = Seq(
52-
"com.softwaremill.sttp.tapir" %% "tapir-http4s-server" % "1.11.9",
53-
"com.softwaremill.sttp.tapir" %% "tapir-json-circe" % "1.11.9",
54-
"com.softwaremill.sttp.tapir" %% "tapir-opentelemetry-metrics" % "1.11.9",
55-
"com.softwaremill.sttp.tapir" %% "tapir-iron" % "1.11.9",
56-
"com.softwaremill.sttp.tapir" %% "tapir-openapi-docs" % "1.11.9",
52+
"com.softwaremill.sttp.tapir" %% "tapir-http4s-server" % "1.11.10",
53+
"com.softwaremill.sttp.tapir" %% "tapir-json-circe" % "1.11.10",
54+
"com.softwaremill.sttp.tapir" %% "tapir-opentelemetry-metrics" % "1.11.10",
55+
"com.softwaremill.sttp.tapir" %% "tapir-iron" % "1.11.10",
56+
"com.softwaremill.sttp.tapir" %% "tapir-openapi-docs" % "1.11.10",
5757
"com.softwaremill.sttp.apispec" %% "openapi-circe-yaml" % "0.11.3" exclude ("io.circe", "circe-yaml"),
58-
"com.softwaremill.sttp.tapir" %% "tapir-swagger-ui-bundle" % "1.11.9",
59-
"com.softwaremill.sttp.tapir" %% "tapir-sttp-stub-server" % "1.11.9" % Test,
60-
"com.softwaremill.sttp.client3" %% "core" % "3.10.1" % Test
58+
"com.softwaremill.sttp.tapir" %% "tapir-swagger-ui-bundle" % "1.11.10",
59+
"com.softwaremill.sttp.tapir" %% "tapir-sttp-stub-server" % "1.11.10" % Test,
60+
"com.softwaremill.sttp.client3" %% "core" % "3.10.1" % Test
6161
)
6262

6363
val logging: Seq[ModuleID] = Seq( //
@@ -82,8 +82,8 @@ object Dependencies {
8282
)
8383

8484
val observability: Seq[ModuleID] = Seq(
85-
"org.typelevel" %% "otel4s-sdk" % "0.11.1",
86-
"org.typelevel" %% "otel4s-sdk-exporter" % "0.11.1"
85+
"org.typelevel" %% "otel4s-sdk" % "0.11.2",
86+
"org.typelevel" %% "otel4s-sdk-exporter" % "0.11.2"
8787
)
8888

8989
val skunk: Seq[ModuleID] = Seq(
@@ -98,10 +98,10 @@ object Dependencies {
9898

9999
val migrationsRuntime: Seq[ModuleID] = Seq(
100100
"org.postgresql" % "postgresql" % "42.7.4",
101-
"org.flywaydb" % "flyway-database-postgresql" % "11.0.0"
101+
"org.flywaydb" % "flyway-database-postgresql" % "11.0.1"
102102
)
103103
val migrations: Seq[ModuleID] = Seq(
104-
"org.flywaydb" % "flyway-core" % "11.0.0"
104+
"org.flywaydb" % "flyway-core" % "11.0.1"
105105
) ++ tests ++ testContainers ++ migrationsRuntime.map(_ % Test)
106106

107107
val fs2Rabbit: Seq[ModuleID] = Seq(

0 commit comments

Comments
 (0)