Skip to content

Commit

Permalink
Update erules-core to 0.1.1 (#3)
Browse files Browse the repository at this point in the history
Co-authored-by: scala-steward-didx[bot] <156918788+scala-steward-didx[bot]@users.noreply.github.com>
  • Loading branch information
scala-steward-didx[bot] authored Feb 8, 2024
1 parent f5d9447 commit 7842837
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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,
Expand Down

0 comments on commit 7842837

Please sign in to comment.