Skip to content

Commit

Permalink
Update dependency io.scalaland:chimney to v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 8, 2024
1 parent f821d97 commit 2096d72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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,
),
Expand Down Expand Up @@ -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")
Expand Down

0 comments on commit 2096d72

Please sign in to comment.