From 1231af247e16086f91311a298bee31520e1eb57a Mon Sep 17 00:00:00 2001 From: scala-steward Date: Fri, 20 Mar 2026 00:28:59 +0000 Subject: [PATCH] Update tapir-apispec-docs, tapir-core, ... to 1.13.13 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2f435a7..0097cb6 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ import com.softwaremill.UpdateVersionInDocs // Version constants val scalaTestV = "3.2.19" val circeV = "0.14.15" -val tapirV = "1.13.12" +val tapirV = "1.13.13" lazy val verifyExamplesCompileUsingScalaCli = taskKey[Unit]("Verify that each example compiles using Scala CLI")