From b9397f4e291b756e7f1b4b402db2528116c347c7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 14 Jul 2026 19:09:54 +0000 Subject: [PATCH] Update layoutz to 0.8.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a885d5af..0496d501 100644 --- a/build.sbt +++ b/build.sbt @@ -159,7 +159,7 @@ libraryDependencies ++= Seq( "ai.docling" % "docling-serve-client" % doclingJavaVersion, // CLI output formatting - "xyz.matthieucourt" %% "layoutz" % "0.7.0", + "xyz.matthieucourt" %% "layoutz" % "0.8.0", // https://docs.gatling.io/reference/integrations/build-tools/sbt-plugin "io.gatling" % "gatling-core" % gatlingVersion,