From ce5e50733649fdf0d80a5c88b1e45031a59f3329 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 10:14:03 +0200 Subject: [PATCH] Update dependency com.cognite:cognite-sdk-scala to v2.8.763 (#838) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a2e9b9433..a9203a5db 100644 --- a/build.sbt +++ b/build.sbt @@ -9,7 +9,7 @@ val sparkVersion = "3.3.3" val circeVersion = "0.14.6" val sttpVersion = "3.5.2" val Specs2Version = "4.20.2" -val cogniteSdkVersion = "2.8.762" +val cogniteSdkVersion = "2.8.763" val prometheusVersion = "0.16.0" val log4sVersion = "1.10.0"