diff --git a/build.sbt b/build.sbt index 14dfb0c..be407b9 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.46" +val tapirV = "1.11.47" lazy val commonSettings = commonSmlBuildSettings ++ ossPublishSettings ++ Seq( organization := "com.softwaremill.chimp",