From 2096d722dc0506b3ff55f0085dd3888e4e0042b7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 20:00:37 +0000 Subject: [PATCH] Update dependency io.scalaland:chimney to v1.5.0 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 8c75c685b..47ae9a699 100644 --- a/build.sbt +++ b/build.sbt @@ -123,7 +123,7 @@ lazy val structType = (project in file("struct_type")) name := "cdf-spark-datasource-struct-type", crossScalaVersions := supportedScalaVersions, libraryDependencies ++= Seq( - "io.scalaland" %% "chimney" % "1.1.0", + "io.scalaland" %% "chimney" % "1.5.0", "org.typelevel" %% "cats-core" % "2.9.0", "org.apache.spark" %% "spark-sql" % sparkVersion % Provided, ), @@ -154,7 +154,7 @@ lazy val library = (project in file(".")) crossScalaVersions := supportedScalaVersions, libraryDependencies ++= Seq( "com.cognite" %% "cognite-sdk-scala" % cogniteSdkVersion changing(), - "io.scalaland" %% "chimney" % "1.1.0" + "io.scalaland" %% "chimney" % "1.5.0" // scala-collection-compat is used in stdlib collections conversion, // and this dependency causes issues with Livy. exclude("org.scala-lang.modules", "scala-collection-compat_2.12")