From d23268736541227520720e2535066b9cbbbaf7ed Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 1 Oct 2025 16:50:32 +0000 Subject: [PATCH] Update sconfig to 1.12.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a2f21e28..8eec789d 100644 --- a/build.sbt +++ b/build.sbt @@ -142,7 +142,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.12.0", "org.typelevel" %% "cats-effect" % "3.6.1", "io.github.pityka" %% "selfpackage" % "2.1.6", "org.scalatest" %% "scalatest" % "3.2.19" % "test",