Skip to content

Commit

Permalink
Update tapir-apispec-docs, ... to 1.11.15
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 18, 2025
1 parent cc8b6f9 commit d72fc14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ lazy val examples = (projectMatrix in file("examples"))
.settings(commonSettings)
.settings(
libraryDependencies ++= Seq(
"com.softwaremill.sttp.tapir" %% "tapir-netty-server-sync" % "1.11.10",
"com.softwaremill.sttp.tapir" %% "tapir-netty-server-sync" % "1.11.15",
"ch.qos.logback" % "logback-classic" % "1.5.6"
) ++ Libraries.sttpClientOx,
publish / skip := true
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ object Dependencies {
val sttpClient = "4.0.0-M19"
val pekkoStreams = "1.1.3"
val akkaStreams = "2.6.20"
val tapir = "1.11.10"
val tapir = "1.11.15"
val uPickle = "3.1.4"
}

Expand Down

0 comments on commit d72fc14

Please sign in to comment.