From 784283748f7f6c2a042f68c710f18924b150f50a Mon Sep 17 00:00:00 2001 From: "scala-steward-didx[bot]" <156918788+scala-steward-didx[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 08:44:28 +0000 Subject: [PATCH 1/2] Update erules-core to 0.1.1 (#3) Co-authored-by: scala-steward-didx[bot] <156918788+scala-steward-didx[bot]@users.noreply.github.com> --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 962316e..56c3991 100644 --- a/build.sbt +++ b/build.sbt @@ -59,7 +59,7 @@ lazy val commonSettings = Seq( "com.softwaremill.sttp.tapir" %% "tapir-json-circe" % tapirVersion, "com.softwaremill.sttp.tapir" %% "tapir-swagger-ui-bundle" % tapirVersion, "ch.qos.logback" % "logback-classic" % logbackVersion, - "com.github.geirolz" %% "erules-core" % "0.1.0", + "com.github.geirolz" %% "erules-core" % "0.1.1", "org.http4s" %% "http4s-blaze-server" % http4sBlazeVersion, "org.http4s" %% "http4s-dsl" % http4sVersion, "org.http4s" %% "http4s-ember-server" % http4sVersion, @@ -81,7 +81,7 @@ lazy val commonSettings = Seq( "com.softwaremill.sttp.tapir" %% "tapir-sttp-stub-server" % tapirVersion % Test, "com.softwaremill.sttp.tapir" %% "tapir-swagger-ui-bundle" % tapirVersion % Test, "ch.qos.logback" % "logback-classic" % logbackVersion % Test, - "com.github.geirolz" %% "erules-core" % "0.1.0" % Test, + "com.github.geirolz" %% "erules-core" % "0.1.1" % Test, "org.http4s" %% "http4s-blaze-server" % http4sBlazeVersion % Test, "org.http4s" %% "http4s-dsl" % http4sVersion % Test, "org.http4s" %% "http4s-ember-server" % http4sVersion % Test, From a0656d39a359119b24051e607f59b46d4f73b5c5 Mon Sep 17 00:00:00 2001 From: "scala-steward-didx[bot]" <156918788+scala-steward-didx[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 08:46:32 +0000 Subject: [PATCH 2/2] Update slf4j-nop to 2.0.12 (#5) Co-authored-by: scala-steward-didx[bot] <156918788+scala-steward-didx[bot]@users.noreply.github.com> --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 56c3991..7033007 100644 --- a/build.sbt +++ b/build.sbt @@ -32,7 +32,7 @@ lazy val http4sBlazeVersion = "0.23.16" lazy val logbackVersion = "1.4.14" lazy val pureconfigVersion = "0.17.5" lazy val scalaTestVersion = "3.2.17" -lazy val slf4jVersion = "2.0.11" +lazy val slf4jVersion = "2.0.12" lazy val sttpVersion = "3.9.2" lazy val tapirVersion = "1.9.1"