From 24aa80b40f2d8b4db2bafc9487988ce44556252d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Oct 2023 09:03:08 +0000 Subject: [PATCH] Update dependency com.cognite:cognite-sdk-scala to v2.7.760 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ae2608127..295987b2d 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.759" +val cogniteSdkVersion = "2.7.760" val prometheusVersion = "0.16.0" val log4sVersion = "1.10.0"