Skip to content

Commit

Permalink
chore: Patches/Minor updates (#104)
Browse files Browse the repository at this point in the history
* chore: Update scribe from 3.13.2 to 3.13.3

* chore: Update scribe-cats from 3.13.2 to 3.13.3

* chore: Update scribe-file from 3.13.2 to 3.13.3

* chore: Update scribe-json-circe from 3.13.2 to 3.13.3

* chore: Update scribe-slf4j from 3.13.2 to 3.13.3

* chore: Update tapir-http4s-client from 1.10.4 to 1.10.5

* chore: Update tapir-http4s-server from 1.10.4 to 1.10.5

* chore: Update tapir-iron from 1.10.4 to 1.10.5

* chore: Update tapir-json-circe from 1.10.4 to 1.10.5

* chore: Update tapir-openapi-docs from 1.10.4 to 1.10.5

* chore: Update tapir-opentelemetry-metrics from 1.10.4 to 1.10.5

* chore: Update tapir-sttp-stub-server from 1.10.4 to 1.10.5

* chore: Update flyway-core from 10.11.0 to 10.11.1

* chore: Update flyway-database-postgresql from 10.11.0 to 10.11.1

* chore: Upgrade openapi-circe-yaml to 0.9.0

---------

Co-authored-by: Raphaël Lemaitre <[email protected]>
  • Loading branch information
scala-steward and rlemaitre authored Apr 22, 2024
1 parent 04119ff commit 3603f53
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -47,24 +47,24 @@ object Dependencies {
)

private val tapir = Seq(
"com.softwaremill.sttp.tapir" %% "tapir-http4s-server" % "1.10.4",
"com.softwaremill.sttp.tapir" %% "tapir-json-circe" % "1.10.4",
"com.softwaremill.sttp.tapir" %% "tapir-opentelemetry-metrics" % "1.10.4",
"com.softwaremill.sttp.tapir" %% "tapir-iron" % "1.10.4",
"com.softwaremill.sttp.tapir" %% "tapir-openapi-docs" % "1.10.4",
"com.softwaremill.sttp.apispec" %% "openapi-circe-yaml" % "0.8.0",
"com.softwaremill.sttp.tapir" %% "tapir-http4s-client" % "1.10.4" % Test,
"com.softwaremill.sttp.tapir" %% "tapir-sttp-stub-server" % "1.10.4" % Test,
"com.softwaremill.sttp.tapir" %% "tapir-http4s-server" % "1.10.5",
"com.softwaremill.sttp.tapir" %% "tapir-json-circe" % "1.10.5",
"com.softwaremill.sttp.tapir" %% "tapir-opentelemetry-metrics" % "1.10.5",
"com.softwaremill.sttp.tapir" %% "tapir-iron" % "1.10.5",
"com.softwaremill.sttp.tapir" %% "tapir-openapi-docs" % "1.10.5",
"com.softwaremill.sttp.apispec" %% "openapi-circe-yaml" % "0.9.0",
"com.softwaremill.sttp.tapir" %% "tapir-http4s-client" % "1.10.5" % Test,
"com.softwaremill.sttp.tapir" %% "tapir-sttp-stub-server" % "1.10.5" % Test,
"com.softwaremill.sttp.client3" %% "core" % "3.9.5" % Test
// "com.softwaremill.sttp.tapir" %% "tapir-swagger-ui-bundle" % "1.9.1",
)

val logging: Seq[ModuleID] = Seq( //
"com.outr" %% "scribe" % "3.13.2",
"com.outr" %% "scribe-cats" % "3.13.2",
"com.outr" %% "scribe-slf4j" % "3.13.2",
"com.outr" %% "scribe-json-circe" % "3.13.2",
"com.outr" %% "scribe-file" % "3.13.2"
"com.outr" %% "scribe" % "3.13.3",
"com.outr" %% "scribe-cats" % "3.13.3",
"com.outr" %% "scribe-slf4j" % "3.13.3",
"com.outr" %% "scribe-json-circe" % "3.13.3",
"com.outr" %% "scribe-file" % "3.13.3"
)

val tests: Seq[ModuleID] = Seq(
Expand Down Expand Up @@ -98,10 +98,10 @@ object Dependencies {

val migrationsRuntime: Seq[ModuleID] = Seq(
"org.postgresql" % "postgresql" % "42.7.3",
"org.flywaydb" % "flyway-database-postgresql" % "10.11.0"
"org.flywaydb" % "flyway-database-postgresql" % "10.11.1"
)
val migrations: Seq[ModuleID] = Seq(
"org.flywaydb" % "flyway-core" % "10.11.0"
"org.flywaydb" % "flyway-core" % "10.11.1"
) ++ tests ++ testContainers ++ migrationsRuntime.map(_ % Test)

val fs2Rabbit: Seq[ModuleID] = Seq(
Expand Down

0 comments on commit 3603f53

Please sign in to comment.