From ca7abacfb01b7159391f98565b452f55fc53b180 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 10:51:58 +0200 Subject: [PATCH] Update dependency com.cognite:cognite-sdk-scala to v2.7.760 (#832) 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 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"