From f2f186bffe1ce56f40019f34921114acc0a24e53 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Sat, 29 Nov 2025 00:23:08 +0000 Subject: [PATCH] Update tapir-apispec-docs, tapir-core, ... to 1.12.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5fe9eb9..267daf7 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.5" lazy val commonSettings = commonSmlBuildSettings ++ ossPublishSettings ++ Seq( organization := "com.softwaremill.chimp",