From 2d1a1542d4d100515325995f0557e03a0f619978 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 1 Jan 2026 08:56:41 +0000 Subject: [PATCH 1/4] Update lib-postgresql-play-play29 to 0.6.55 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4e025962..1a6c8379 100644 --- a/build.sbt +++ b/build.sbt @@ -64,7 +64,7 @@ lazy val api = project "io.flow" %% "lib-play-play29" % "0.8.71", "io.flow" %% "lib-event-sync-play29" % "0.7.35", "io.flow" %% "lib-postgresql-play29" % "0.3.35", - "io.flow" %% "lib-postgresql-play-play29" % "0.6.54" % Runtime, // Module + "io.flow" %% "lib-postgresql-play-play29" % "0.6.55" % Runtime, // Module "io.flow" %% "lib-log-play29" % "0.2.73", "io.flow" %% "lib-usage-play29" % "0.3.29", "io.flow" %% "lib-test-utils-play29" % "0.2.97" % Test, From e2edae579e098d642d47f672200ba4f80ab5fa9a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 1 Jan 2026 08:56:42 +0000 Subject: [PATCH 2/4] Update lib-postgresql-play29 to 0.3.36 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1a6c8379..4f77c412 100644 --- a/build.sbt +++ b/build.sbt @@ -63,7 +63,7 @@ lazy val api = project "com.sendgrid" % "sendgrid-java" % "4.10.3", "io.flow" %% "lib-play-play29" % "0.8.71", "io.flow" %% "lib-event-sync-play29" % "0.7.35", - "io.flow" %% "lib-postgresql-play29" % "0.3.35", + "io.flow" %% "lib-postgresql-play29" % "0.3.36", "io.flow" %% "lib-postgresql-play-play29" % "0.6.55" % Runtime, // Module "io.flow" %% "lib-log-play29" % "0.2.73", "io.flow" %% "lib-usage-play29" % "0.3.29", From a004532aab017f533ea79050811648bf7ef487b0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 1 Jan 2026 08:56:42 +0000 Subject: [PATCH 3/4] Update lib-test-utils-play29 to 0.2.98 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 4f77c412..43a5d64e 100644 --- a/build.sbt +++ b/build.sbt @@ -67,7 +67,7 @@ lazy val api = project "io.flow" %% "lib-postgresql-play-play29" % "0.6.55" % Runtime, // Module "io.flow" %% "lib-log-play29" % "0.2.73", "io.flow" %% "lib-usage-play29" % "0.3.29", - "io.flow" %% "lib-test-utils-play29" % "0.2.97" % Test, + "io.flow" %% "lib-test-utils-play29" % "0.2.98" % Test, "net.sourceforge.htmlcleaner" % "htmlcleaner" % "2.29", "org.postgresql" % "postgresql" % "42.7.4", "org.apache.commons" % "commons-text" % "1.15.0", @@ -98,7 +98,7 @@ lazy val www = project "org.webjars" % "jquery" % "3.7.1" % Runtime, "org.webjars" % "bootstrap-social" % "5.0.0" % Runtime, "io.flow" %% "lib-play-play29" % "0.8.71", - "io.flow" %% "lib-test-utils-play29" % "0.2.97" % Test, + "io.flow" %% "lib-test-utils-play29" % "0.2.98" % Test, ), scalacOptions ++= allScalacOptions, ) From 8037856931aae613983137f07a17b1bbf38e2f1e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 1 Jan 2026 08:56:42 +0000 Subject: [PATCH 4/4] Update lib-usage-play29 to 0.3.30 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 43a5d64e..4ae898ba 100644 --- a/build.sbt +++ b/build.sbt @@ -66,7 +66,7 @@ lazy val api = project "io.flow" %% "lib-postgresql-play29" % "0.3.36", "io.flow" %% "lib-postgresql-play-play29" % "0.6.55" % Runtime, // Module "io.flow" %% "lib-log-play29" % "0.2.73", - "io.flow" %% "lib-usage-play29" % "0.3.29", + "io.flow" %% "lib-usage-play29" % "0.3.30", "io.flow" %% "lib-test-utils-play29" % "0.2.98" % Test, "net.sourceforge.htmlcleaner" % "htmlcleaner" % "2.29", "org.postgresql" % "postgresql" % "42.7.4",