From f9e08ca7b67f671007db53afcde0720e8b0c1930 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Wed, 3 Dec 2025 00:22:19 +0000 Subject: [PATCH] Update tapir-apispec-docs, tapir-core, ... to 1.12.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5fe9eb9..ae865b7 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.6" lazy val commonSettings = commonSmlBuildSettings ++ ossPublishSettings ++ Seq( organization := "com.softwaremill.chimp",