From 62be0cc8179506f3187f369ca56ff7a56b6d4df0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 09:03:08 +0000 Subject: [PATCH] Update dependency com.cognite:cognite-sdk-scala to v2.12.774 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f14644c5e..aa665f9ca 100644 --- a/build.sbt +++ b/build.sbt @@ -11,7 +11,7 @@ val sparkVersion = "3.3.3" val circeVersion = "0.14.6" val sttpVersion = "3.5.2" val Specs2Version = "4.20.2" -val cogniteSdkVersion = "2.12.772" +val cogniteSdkVersion = "2.12.774" val prometheusVersion = "0.16.0" val log4sVersion = "1.10.0"