We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45fc0e0 commit 675c7aeCopy full SHA for 675c7ae
1 file changed
build.sbt
@@ -5,7 +5,7 @@ import com.softwaremill.UpdateVersionInDocs
5
// Version constants
6
val scalaTestV = "3.2.19"
7
val circeV = "0.14.15"
8
-val tapirV = "1.13.13"
+val tapirV = "1.13.14"
9
10
lazy val verifyExamplesCompileUsingScalaCli = taskKey[Unit]("Verify that each example compiles using Scala CLI")
11
0 commit comments