From 631e72c7544b9c95e7c583e07ea3fccf11f77028 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 15 Apr 2023 14:58:04 +0000 Subject: [PATCH] Update pureconfig-core to 0.17.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b3e108998..ac3ba9970 100644 --- a/build.sbt +++ b/build.sbt @@ -18,7 +18,7 @@ val Scala_3 = "3.2.2" val catsVersion = "2.9.0" val jsonpathVersion = "2.8.0" val macroParadiseVersion = "2.1.1" -val pureconfigVersion = "0.17.2" +val pureconfigVersion = "0.17.3" val shapelessVersion = "2.3.10" val scalaCheckVersion = "1.17.0" val scalazVersion = "7.3.7"