diff --git a/build.sbt b/build.sbt index 9585446..acc3ae7 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ ThisBuild / libraryDependencySchemes += "com.softwaremill.sttp.apispec" %% "open ThisBuild / libraryDependencySchemes += "com.softwaremill.sttp.apispec" %% "apispec-model" % "early-semver" val v = new { - val apispec = "0.11.2" + val apispec = "0.11.3" val circe = "0.14.9" val ciris = "3.6.0" val http4s = "0.23.27"