From 9a1424e123ca8315743f82ad3e498c4c573ac550 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 15 Apr 2023 15:46:05 +0000 Subject: [PATCH] Update pureconfig to 0.17.3 --- core/project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/project/Dependencies.scala b/core/project/Dependencies.scala index c8d953807..cf52f5e08 100644 --- a/core/project/Dependencies.scala +++ b/core/project/Dependencies.scala @@ -26,7 +26,7 @@ object Dependencies { val fabric8KubernetesClient = "io.fabric8" % "kubernetes-client" % Versions.fabric8 val typesafeConfig = "com.typesafe" % "config" % "1.4.2" - val pureConfig = "com.github.pureconfig" %% "pureconfig" % "0.17.1" + val pureConfig = "com.github.pureconfig" %% "pureconfig" % "0.17.3" val scopt = "com.github.scopt" %% "scopt" % "4.1.0" // FIXME generating docs for CLI fails with concurrent modification with 2.13 and this version. val airframeLog = "org.wvlet.airframe" %% "airframe-log" % "22.5.0"