From a3f5f3b78afdb6d9648bc5a93bfa676857c65df0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 12:12:39 +0000 Subject: [PATCH] Update dependency com.cognite:cognite-sdk-scala to v2.7.759 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a88417171..ae2608127 100644 --- a/build.sbt +++ b/build.sbt @@ -10,7 +10,7 @@ val circeVersion = "0.14.6" val sttpVersion = "3.5.2" val natchezVersion = "0.3.1" val Specs2Version = "4.20.2" -val cogniteSdkVersion = "2.7.758" +val cogniteSdkVersion = "2.7.759" val prometheusVersion = "0.16.0" val log4sVersion = "1.10.0"