Skip to content

Commit

Permalink
Merge pull request #116 from scala-steward/update/tapir-core-1.8.2
Browse files Browse the repository at this point in the history
Update tapir-core, tapir-netty-server to 1.8.2
  • Loading branch information
fwbrasil authored Oct 19, 2023
2 parents 228e9ce + 2771d7d commit 43a2b0e
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 43a2b0e

Please sign in to comment.