From 375eda07bde668913aa6ec8e4c4dc82e3e5fc095 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Sat, 11 Oct 2025 00:21:40 +0000 Subject: [PATCH] Update tapir-apispec-docs, tapir-core, ... to 1.11.49 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index cc0a70b..64dccde 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.48" +val tapirV = "1.11.49" lazy val commonSettings = commonSmlBuildSettings ++ ossPublishSettings ++ Seq( organization := "com.softwaremill.chimp",