From 6862d6ed8ce67190ef34e88ba1bedb9d5676e52f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 10 Feb 2026 16:08:04 +0000 Subject: [PATCH] Update apispec-model to 0.11.10 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 307ef83..a288e2c 100644 --- a/build.sbt +++ b/build.sbt @@ -38,7 +38,7 @@ lazy val `forms4s-jsonschema` = crossProject(JSPlatform, JVMPlatform) .settings( name := "forms4s-jsonschema", libraryDependencies ++= Seq( - "com.softwaremill.sttp.apispec" %%% "apispec-model" % "0.11.9", + "com.softwaremill.sttp.apispec" %%% "apispec-model" % "0.11.10", "com.softwaremill.sttp.apispec" %%% "openapi-circe" % "0.11.10", "io.circe" %%% "circe-parser" % "0.14.14", "com.softwaremill.sttp.tapir" %%% "tapir-apispec-docs" % "1.11.34" % "test",