From 97c89d1a00dec6e9a8512e633746715cc8110dfb Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 20 Oct 2024 13:32:26 +0000 Subject: [PATCH] Update stac4s:core, stac4s:testing to 0.9.1 --- project/Versions.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Versions.scala b/project/Versions.scala index 02cb8dd0e..0b494e9d0 100644 --- a/project/Versions.scala +++ b/project/Versions.scala @@ -36,7 +36,7 @@ object Versions { val ShapelessVersion = "2.3.12" val Slf4jVersion = "2.0.16" val Specs2Version = "4.20.9" - val Stac4SVersion = "0.8.1" + val Stac4SVersion = "0.9.1" val SttpClientVersion = "2.3.0" val SttpShared = "1.3.22" val SttpModelVersion = "1.4.26"