From 260e6ab177a4248f63cb7303855046d19e7bd842 Mon Sep 17 00:00:00 2001 From: Peter Vendamere Date: Tue, 22 Aug 2023 12:46:49 -0500 Subject: [PATCH] Updates azure cosmos sdk to 4.48.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2c47e60..3633a10 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ import org.typelevel.sbt.gha.WorkflowStep._ -val azureCosmosV = "4.39.0" +val azureCosmosV = "4.48.1" val azureDocumentDBV = "2.6.5" val catsV = "2.10.0" val catsEffectV = "3.5.1"