Skip to content

Commit

Permalink
Update tapir-core, tapir-netty-server to 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 18, 2023
1 parent 228e9ce commit 2771d7d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ lazy val `kyo-stats-otel` =
.settings(
`kyo-settings`,
`with-cross-scala`,
libraryDependencies += "io.opentelemetry" % "opentelemetry-api" % "1.31.0",
libraryDependencies += "io.opentelemetry" % "opentelemetry-api" % "1.31.0"
)

lazy val `kyo-sttp` =
Expand All @@ -198,8 +198,8 @@ lazy val `kyo-tapir` =
.settings(
`kyo-settings`,
`with-cross-scala`,
libraryDependencies += "com.softwaremill.sttp.tapir" %% "tapir-core" % "1.7.6",
libraryDependencies += "com.softwaremill.sttp.tapir" %% "tapir-netty-server" % "1.7.6"
libraryDependencies += "com.softwaremill.sttp.tapir" %% "tapir-core" % "1.8.2",
libraryDependencies += "com.softwaremill.sttp.tapir" %% "tapir-netty-server" % "1.8.2"
)

lazy val `kyo-chatgpt` =
Expand Down

0 comments on commit 2771d7d

Please sign in to comment.