From 3ff8c96d114d2b98da3f145d8f281c16ef86995b Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 15 Aug 2024 21:19:43 +0200 Subject: [PATCH] Update pureconfig-core to 0.17.7 in scala3 (#595) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index acacbce1..01d8fb1a 100644 --- a/build.sbt +++ b/build.sbt @@ -147,7 +147,7 @@ lazy val pureconfig = crossProject( ) .settings(commonSettings: _*) .settings( - libraryDependencies += "com.github.pureconfig" %%% "pureconfig-core" % "0.17.6" + libraryDependencies += "com.github.pureconfig" %%% "pureconfig-core" % "0.17.7" ) lazy val spire = crossProject(JVMPlatform, JSPlatform, NativePlatform)