Skip to content

Commit 659bcac

Browse files
author
scala-steward
committed
Update tapir-apispec-docs, ... to 1.11.16
1 parent 57419ad commit 659bcac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ lazy val examples = (projectMatrix in file("examples"))
9696
.settings(commonSettings)
9797
.settings(
9898
libraryDependencies ++= Seq(
99-
"com.softwaremill.sttp.tapir" %% "tapir-netty-server-sync" % "1.11.10",
99+
"com.softwaremill.sttp.tapir" %% "tapir-netty-server-sync" % "1.11.16",
100100
"ch.qos.logback" % "logback-classic" % "1.5.6"
101101
) ++ Libraries.sttpClientOx,
102102
publish / skip := true

project/Dependencies.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ object Dependencies {
1010
val sttpClient = "4.0.0-M19"
1111
val pekkoStreams = "1.1.3"
1212
val akkaStreams = "2.6.20"
13-
val tapir = "1.11.10"
13+
val tapir = "1.11.16"
1414
val uPickle = "3.1.4"
1515
}
1616

0 commit comments

Comments
 (0)