From 6a8f3c5a84396851a1078085c313f3ce107b647e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 15 Jul 2025 16:14:28 +0000 Subject: [PATCH] Update sconfig to 1.11.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 622388a8..1a602555 100644 --- a/build.sbt +++ b/build.sbt @@ -133,7 +133,7 @@ lazy val core = project "org.http4s" %% "http4s-ember-client" % http4sVersion, "org.http4s" %% "http4s-ember-server" % http4sVersion, "org.http4s" %% "http4s-dsl" % http4sVersion, - "org.ekrich" %% "sconfig" % "1.8.1", + "org.ekrich" %% "sconfig" % "1.11.0", "org.typelevel" %% "cats-effect" % "3.6.1", "io.github.pityka" %% "selfpackage" % "2.1.6", "org.scalatest" %% "scalatest" % "3.2.19" % "test",