From f4f0e5e9fda1de315f35d9fdcfd416a140921d8a Mon Sep 17 00:00:00 2001 From: scala-steward Date: Fri, 31 Oct 2025 00:24:18 +0000 Subject: [PATCH] Update tapir-apispec-docs, tapir-core, ... to 1.12.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5fe9eb9..137b88b 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.11.50" +val tapirV = "1.12.1" lazy val commonSettings = commonSmlBuildSettings ++ ossPublishSettings ++ Seq( organization := "com.softwaremill.chimp",