From dc2182a82e7a27cc5d78bec62a9018786ba97b9d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 24 Oct 2025 09:40:02 +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 a5766ca37..83bea30a1 100644 --- a/project/Versions.scala +++ b/project/Versions.scala @@ -36,7 +36,7 @@ object Versions { val ShapelessVersion = "2.3.13" val Slf4jVersion = "2.0.17" val Specs2Version = "4.23.0" - val Stac4SVersion = "0.8.1" + val Stac4SVersion = "0.9.1" val SttpClientVersion = "2.3.0" val SttpShared = "1.4.2" val SttpModelVersion = "1.4.26"