Commit 659bcac scala-steward
committed
1 parent 57419ad commit 659bcac Copy full SHA for 659bcac
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ lazy val examples = (projectMatrix in file("examples"))
96
96
.settings(commonSettings)
97
97
.settings(
98
98
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 " ,
100
100
" ch.qos.logback" % " logback-classic" % " 1.5.6"
101
101
) ++ Libraries .sttpClientOx,
102
102
publish / skip := true
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ object Dependencies {
10
10
val sttpClient = " 4.0.0-M19"
11
11
val pekkoStreams = " 1.1.3"
12
12
val akkaStreams = " 2.6.20"
13
- val tapir = " 1.11.10 "
13
+ val tapir = " 1.11.16 "
14
14
val uPickle = " 3.1.4"
15
15
}
16
16
You can’t perform that action at this time.
0 commit comments