From c61e8625be9c6677a9d4661ddb9c25806c4f3d80 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 30 Jun 2026 14:57:47 +0000 Subject: [PATCH 1/6] Update logback-classic to 1.5.37 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index f7b388e..48a8f45 100644 --- a/build.sbt +++ b/build.sbt @@ -21,7 +21,7 @@ lazy val `decisions4s-core` = (project in file("decisions4s-core")) "org.typelevel" %% "shapeless3-deriving" % "3.6.0", "com.lihaoyi" %% "sourcecode" % "0.4.4", ("org.camunda.feel" % "feel-engine" % "1.21.0" % Test).exclude("com.lihaoyi", "sourcecode_2.13"), - "ch.qos.logback" % "logback-classic" % "1.5.34" % Test, + "ch.qos.logback" % "logback-classic" % "1.5.37" % Test, ), ) @@ -51,7 +51,7 @@ lazy val `decisions4s-dmn-to-image` = (project in file("decisions4s-dmn-to-image "io.github.bonigarcia" % "webdrivermanager" % "6.3.4", ), libraryDependencies ++= Seq( - "ch.qos.logback" % "logback-classic" % "1.5.34" % Test, + "ch.qos.logback" % "logback-classic" % "1.5.37" % Test, ), ) From a6c44a9d70d635e4096be32e1557ae323cac45c3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 30 Jun 2026 14:57:50 +0000 Subject: [PATCH 2/6] Update circe-core to 0.14.16 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 48a8f45..e74a19b 100644 --- a/build.sbt +++ b/build.sbt @@ -59,7 +59,7 @@ lazy val `decisions4s-persistence-core` = (project in file("decisions4s-persiste .settings(commonSettings) .settings( libraryDependencies ++= Seq( - "io.circe" %% "circe-core" % "0.14.15", + "io.circe" %% "circe-core" % "0.14.16", "io.circe" %% "circe-parser" % "0.14.15", ), ) From 9cfa010ab4b0711a8288c6b8914597266fb4a864 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 30 Jun 2026 14:57:53 +0000 Subject: [PATCH 3/6] Update circe-parser to 0.14.16 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e74a19b..ba69735 100644 --- a/build.sbt +++ b/build.sbt @@ -60,7 +60,7 @@ lazy val `decisions4s-persistence-core` = (project in file("decisions4s-persiste .settings( libraryDependencies ++= Seq( "io.circe" %% "circe-core" % "0.14.16", - "io.circe" %% "circe-parser" % "0.14.15", + "io.circe" %% "circe-parser" % "0.14.16", ), ) .dependsOn(`decisions4s-core`) From 3561863350f422fa46d28ef4d46191bdfb426363 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 30 Jun 2026 14:57:54 +0000 Subject: [PATCH 4/6] Update sbt to 2.0.1 --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index 7c95fc1..312809a 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.12.13 +sbt.version=2.0.1 From 8166126e3001a9d7768d65a94427f589b7fa2fdc Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 30 Jun 2026 14:57:56 +0000 Subject: [PATCH 5/6] Update sbt-tpolecat to 0.5.7 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 1b3ea74..46c3de4 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ 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.6") +addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.7") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.1") From 0a425824de4c2088f01b1b99d4b2d4b90e3895d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20Pitu=C5=82a?= Date: Tue, 4 Aug 2026 21:16:23 +0200 Subject: [PATCH 6/6] fix test --- .../test/scala/decisions4s/testing/SnapshotTest.scala | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/decisions4s-examples/src/test/scala/decisions4s/testing/SnapshotTest.scala b/decisions4s-examples/src/test/scala/decisions4s/testing/SnapshotTest.scala index 5b8b9b4..a0a54b2 100644 --- a/decisions4s-examples/src/test/scala/decisions4s/testing/SnapshotTest.scala +++ b/decisions4s-examples/src/test/scala/decisions4s/testing/SnapshotTest.scala @@ -7,11 +7,12 @@ import java.nio.file.{Files, Paths} object SnapshotTest { private val testResourcesPath = Paths - .get(getClass.getResource("/").toURI) // decisions4s-examples/target/scala-3.4.2/test-classes - .getParent // decisions4s-examples/target/scala-3.4.2 - .getParent // decisions4s-examples/target - .getParent // decisions4s-examples - .resolve("src/test/resources") + .get(sourcecode.File()) // decisions4s-examples/src/test/scala/decisions4s/testing/SnapshotTest.scala + .getParent // decisions4s-examples/src/test/scala/decisions4s/testing + .getParent // decisions4s-examples/src/test/scala/decisions4s + .getParent // decisions4s-examples/src/test/scala + .getParent // decisions4s-examples/src/test + .resolve("resources") def testSnapshot(content: String, path: String) = { val filePath = testResourcesPath.resolve(path)