Skip to content

Commit

Permalink
chore: Patches/Minor updates (#122)
Browse files Browse the repository at this point in the history
* chore: Update tapir-http4s-client from 1.10.12 to 1.10.13

* chore: Update tapir-http4s-server from 1.10.12 to 1.10.13

* chore: Update tapir-iron from 1.10.12 to 1.10.13

* chore: Update tapir-json-circe from 1.10.12 to 1.10.13

* chore: Update tapir-openapi-docs from 1.10.12 to 1.10.13

* chore: Update tapir-opentelemetry-metrics from 1.10.12 to 1.10.13

* chore: Update tapir-sttp-stub-server from 1.10.12 to 1.10.13

* chore: Update circe-yaml from 0.15.2 to 0.15.3

* chore: Update opentelemetry-exporter-otlp from 1.39.0 to 1.40.0

* chore: Update opentelemetry-sdk-extension-autoconfigure from 1.39.0 to 1.40.0

* chore: Update sbt from 1.10.0 to 1.10.1
  • Loading branch information
scala-steward authored Jul 16, 2024
1 parent 192f709 commit 0f5f36e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ object Dependencies {
"io.circe" %% "circe-core" % "0.14.9",
"io.circe" %% "circe-generic" % "0.14.9",
"io.circe" %% "circe-parser" % "0.14.9",
"io.circe" %% "circe-yaml" % "0.15.2"
"io.circe" %% "circe-yaml" % "0.15.3"
)

val http4s: Seq[ModuleID] = Seq(
Expand All @@ -37,7 +37,7 @@ object Dependencies {

val http4sClient: Seq[ModuleID] = Seq(
"org.http4s" %% "http4s-netty-client" % "0.5.17",
"com.softwaremill.sttp.tapir" %% "tapir-http4s-client" % "1.10.12",
"com.softwaremill.sttp.tapir" %% "tapir-http4s-client" % "1.10.13",
"com.alejandrohdezma" %% "http4s-munit" % "1.0.0" % Test
)
val http4sServer: Seq[ModuleID] = Seq(
Expand All @@ -49,13 +49,13 @@ object Dependencies {
)

private val tapir = Seq(
"com.softwaremill.sttp.tapir" %% "tapir-http4s-server" % "1.10.12",
"com.softwaremill.sttp.tapir" %% "tapir-json-circe" % "1.10.12",
"com.softwaremill.sttp.tapir" %% "tapir-opentelemetry-metrics" % "1.10.12",
"com.softwaremill.sttp.tapir" %% "tapir-iron" % "1.10.12",
"com.softwaremill.sttp.tapir" %% "tapir-openapi-docs" % "1.10.12",
"com.softwaremill.sttp.tapir" %% "tapir-http4s-server" % "1.10.13",
"com.softwaremill.sttp.tapir" %% "tapir-json-circe" % "1.10.13",
"com.softwaremill.sttp.tapir" %% "tapir-opentelemetry-metrics" % "1.10.13",
"com.softwaremill.sttp.tapir" %% "tapir-iron" % "1.10.13",
"com.softwaremill.sttp.tapir" %% "tapir-openapi-docs" % "1.10.13",
"com.softwaremill.sttp.apispec" %% "openapi-circe-yaml" % "0.10.0",
"com.softwaremill.sttp.tapir" %% "tapir-sttp-stub-server" % "1.10.12" % Test,
"com.softwaremill.sttp.tapir" %% "tapir-sttp-stub-server" % "1.10.13" % Test,
"com.softwaremill.sttp.client3" %% "core" % "3.9.7" % Test
// "com.softwaremill.sttp.tapir" %% "tapir-swagger-ui-bundle" % "1.9.1",
)
Expand Down Expand Up @@ -83,8 +83,8 @@ object Dependencies {

val observability: Seq[ModuleID] = Seq(
"org.typelevel" %% "otel4s-oteljava" % "0.6.0",
"io.opentelemetry" % "opentelemetry-exporter-otlp" % "1.39.0" % Runtime,
"io.opentelemetry" % "opentelemetry-sdk-extension-autoconfigure" % "1.39.0" % Runtime
"io.opentelemetry" % "opentelemetry-exporter-otlp" % "1.40.0" % Runtime,
"io.opentelemetry" % "opentelemetry-sdk-extension-autoconfigure" % "1.40.0" % Runtime
)

val database: Seq[ModuleID] = Seq(
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.10.0
sbt.version=1.10.1

0 comments on commit 0f5f36e

Please sign in to comment.