From de25670abc4312cf48332665129e9e041185006d Mon Sep 17 00:00:00 2001 From: scala-steward Date: Tue, 2 Sep 2025 00:21:04 +0000 Subject: [PATCH] Update tapir-apispec-docs, tapir-core, ... to 1.11.43 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 36debcb..8b393dd 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.14" -val tapirV = "1.11.42" +val tapirV = "1.11.43" lazy val commonSettings = commonSmlBuildSettings ++ ossPublishSettings ++ Seq( organization := "com.softwaremill.chimp",