From b298fcf5151cb7f77e45154f24605cfab25e892e Mon Sep 17 00:00:00 2001 From: scala-steward Date: Wed, 9 Aug 2023 00:15:10 +0000 Subject: [PATCH] Update model:core to 1.7.2 --- project/Versions.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Versions.scala b/project/Versions.scala index eb1faf914f..02ef640b62 100644 --- a/project/Versions.scala +++ b/project/Versions.scala @@ -8,7 +8,7 @@ object Versions { val circeGenericExtras = "0.14.3" val circeYaml = "0.14.2" val sttp = "3.8.16" - val sttpModel = "1.7.1" + val sttpModel = "1.7.2" val sttpShared = "1.3.15" val sttpApispec = "0.6.0" val akkaHttp = "10.2.10"