From 0c9cda78dbcc615e9de45f990475f205c4b6241b Mon Sep 17 00:00:00 2001 From: "aiven-scala-steward[bot]" <143503567+aiven-scala-steward[bot]@users.noreply.github.com> Date: Sun, 13 Apr 2025 01:00:18 +0000 Subject: [PATCH] Update pureconfig to 0.17.8 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 176ec0e4..b39304d1 100644 --- a/build.sbt +++ b/build.sbt @@ -22,7 +22,7 @@ val postgresqlJdbcVersion = "42.7.3" val scalaLoggingVersion = "3.9.5" val logbackClassicVersion = "1.5.6" val declineVersion = "2.4.1" -val pureConfigVersion = "0.17.6" +val pureConfigVersion = "0.17.8" val scalaTestVersion = "3.2.18" val scalaTestScalaCheckVersion = s"$scalaTestVersion.0" val pekkoStreamCirceVersion = "1.0.0"