Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.32",
"com.softwaremill.sttp.tapir" %% "tapir-netty-server-sync" % "1.11.33",
"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.7"
val pekkoStreams = "1.1.3"
val akkaStreams = "2.6.20"
val tapir = "1.11.32"
val tapir = "1.11.33"
val uPickle = "4.2.1"
}

Expand Down