From 26010d07ca839faebe51b707b42cd49ec7a6f719 Mon Sep 17 00:00:00 2001 From: "scala-steward-didx[bot]" <156918788+scala-steward-didx[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2024 00:04:47 +0000 Subject: [PATCH] Update erules-core to 0.1.4 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 4f4be21..30bbe4f 100644 --- a/build.sbt +++ b/build.sbt @@ -61,7 +61,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.2", + "com.github.geirolz" %% "erules-core" % "0.1.4", "org.http4s" %% "http4s-blaze-server" % http4sBlazeVersion, "org.http4s" %% "http4s-dsl" % http4sVersion, "org.http4s" %% "http4s-ember-server" % http4sVersion, @@ -83,7 +83,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.2" % Test, + "com.github.geirolz" %% "erules-core" % "0.1.4" % Test, "org.http4s" %% "http4s-blaze-server" % http4sBlazeVersion % Test, "org.http4s" %% "http4s-dsl" % http4sVersion % Test, "org.http4s" %% "http4s-ember-server" % http4sVersion % Test,