From d288430b0c497be47678329bf0496341006cedd6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 12 Feb 2026 17:07:47 +0000 Subject: [PATCH 01/12] Update sbt-ci-release to 1.11.2 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 6e88810..a424685 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,5 +2,5 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.19.0") addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4") addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.0") -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.1") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2") addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2") From 28f2c25dd7d30d717c78fb466993325d827a8263 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 12 Feb 2026 17:07:51 +0000 Subject: [PATCH 02/12] Update sbt-dynver to 5.1.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index a424685..8cfe2c5 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.19.0") addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4") -addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.0") +addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.1") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2") addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2") From 726dd3d30411afbf86b6c4d9835616376d168c5a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 12 Feb 2026 17:07:57 +0000 Subject: [PATCH 03/12] 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", From 2ac2dae9a7f790442796c7fb32e312e0849afb66 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 12 Feb 2026 17:08:03 +0000 Subject: [PATCH 04/12] Update tapir-apispec-docs to 1.11.50 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index a288e2c..2d9dae9 100644 --- a/build.sbt +++ b/build.sbt @@ -41,7 +41,7 @@ lazy val `forms4s-jsonschema` = crossProject(JSPlatform, JVMPlatform) "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", + "com.softwaremill.sttp.tapir" %%% "tapir-apispec-docs" % "1.11.50" % "test", ), ) .settings(commonSettings) @@ -80,7 +80,7 @@ lazy val `forms4s-examples` = crossProject(JSPlatform, JVMPlatform) .settings( name := "forms4s-examples", libraryDependencies ++= Seq( - "com.softwaremill.sttp.tapir" %%% "tapir-apispec-docs" % "1.11.34", + "com.softwaremill.sttp.tapir" %%% "tapir-apispec-docs" % "1.11.50", "io.circe" %%% "circe-parser" % "0.14.14", "com.softwaremill.sttp.apispec" %%% "openapi-circe" % "0.11.10", ), From 5481490a4697559210ff9f2b56e5d89afbadb1fc Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 12 Feb 2026 17:08:08 +0000 Subject: [PATCH 05/12] Update circe-core to 0.14.15 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 2d9dae9..e38e56a 100644 --- a/build.sbt +++ b/build.sbt @@ -23,7 +23,7 @@ lazy val `forms4s-core` = crossProject(JSPlatform, JVMPlatform) .settings( name := "forms4s-core", libraryDependencies ++= Seq( - "io.circe" %%% "circe-core" % "0.14.14", + "io.circe" %%% "circe-core" % "0.14.15", "org.scalatest" %%% "scalatest" % "3.2.19" % "test", ), ) @@ -67,7 +67,7 @@ lazy val `forms4s-circe` = crossProject(JSPlatform, JVMPlatform) .settings( name := "forms4s-circe", libraryDependencies ++= Seq( - "io.circe" %%% "circe-core" % "0.14.14", + "io.circe" %%% "circe-core" % "0.14.15", ), ) .settings(commonSettings) From 1aa96b17f234e1466c72127857e4b401aba94cc3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 12 Feb 2026 17:08:13 +0000 Subject: [PATCH 06/12] Update circe-parser to 0.14.15 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index e38e56a..003fa7e 100644 --- a/build.sbt +++ b/build.sbt @@ -40,7 +40,7 @@ lazy val `forms4s-jsonschema` = crossProject(JSPlatform, JVMPlatform) libraryDependencies ++= Seq( "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", + "io.circe" %%% "circe-parser" % "0.14.15", "com.softwaremill.sttp.tapir" %%% "tapir-apispec-docs" % "1.11.50" % "test", ), ) @@ -81,7 +81,7 @@ lazy val `forms4s-examples` = crossProject(JSPlatform, JVMPlatform) name := "forms4s-examples", libraryDependencies ++= Seq( "com.softwaremill.sttp.tapir" %%% "tapir-apispec-docs" % "1.11.50", - "io.circe" %%% "circe-parser" % "0.14.14", + "io.circe" %%% "circe-parser" % "0.14.15", "com.softwaremill.sttp.apispec" %%% "openapi-circe" % "0.11.10", ), ) From 4237838d1ea15504534c75e4d935e8b3c9a690bb Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 12 Feb 2026 17:08:17 +0000 Subject: [PATCH 07/12] Update sbt-scalajs to 1.20.2 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 8cfe2c5..149d520 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.19.0") +addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.20.2") addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4") addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.1") From 438828a49411a4c006052bedd9d972de0ca6964c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 12 Feb 2026 17:08:23 +0000 Subject: [PATCH 08/12] Update scala3-library_sjs1 to 3.7.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 003fa7e..639526c 100644 --- a/build.sbt +++ b/build.sbt @@ -97,7 +97,7 @@ lazy val `forms4s-examples` = crossProject(JSPlatform, JVMPlatform) lazy val commonSettings = Seq( organization := "org.business4s", - scalaVersion := "3.7.1", + scalaVersion := "3.7.4", Test / tpolecatExcludeOptions += ScalacOptions.warnNonUnitStatement, libraryDependencies ++= Seq( "org.scalatest" %% "scalatest" % "3.2.19" % "test", From c39d0d661af17a4d546760b444db6cab72b8edc8 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 12 Feb 2026 17:08:26 +0000 Subject: [PATCH 09/12] Update sbt to 1.11.7 --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index 7ff4b8b..a360cca 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version = 1.11.2 +sbt.version = 1.11.7 From cbb5c5fe47f92c4b084b7e8fbe3d3704da642b8e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 12 Feb 2026 17:08:30 +0000 Subject: [PATCH 10/12] Update sbt-scalafmt to 2.5.6 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 149d520..4f45c7c 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.20.2") addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2") -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.6") addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.1") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2") addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2") From b3832735b76e78968db9b2c9c0c63cc64067cc0b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 12 Feb 2026 17:08:33 +0000 Subject: [PATCH 11/12] Update scalafmt-core to 3.9.10 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 001d786..b78b8ca 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.9.7 +version = 3.9.10 runner.dialect = scala3 runner.dialectOverride.allowSignificantIndentation = false From dc07881fba6cdbf3c3ee74f3eed095855f808c12 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 12 Feb 2026 17:08:48 +0000 Subject: [PATCH 12/12] Update sbt-tpolecat to 0.5.3 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 4f45c7c..e823a50 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,4 +3,4 @@ addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.6") addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.1") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2") -addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2") +addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.3")