From 0719df1caa8733ded5d11c13c7884047d0acf363 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 13:57:40 +0000 Subject: [PATCH] Update dependency com.cognite:cognite-sdk-scala to v2.7.726 (#772) * Update dependency com.cognite:cognite-sdk-scala to v2.7.726 * Update build.sbt --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Dmitry Ivankov --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0aa11b526..8e966143b 100644 --- a/build.sbt +++ b/build.sbt @@ -9,7 +9,7 @@ val sparkVersion = "3.3.1" val circeVersion = "0.14.5" val sttpVersion = "3.5.2" val Specs2Version = "4.6.0" -val cogniteSdkVersion = "2.7.724" +val cogniteSdkVersion = "2.7.728" val prometheusVersion = "0.15.0" val log4sVersion = "1.8.2"