Skip to content

Commit

Permalink
Update dependency io.scalaland:chimney to v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 15, 2023
1 parent e199b8b commit 7b09451
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 @@ -35,7 +35,7 @@ lazy val commonSettings = Seq(
description := "Spark data source for the Cognite Data Platform.",
licenses := List("Apache 2" -> new URL("http://www.apache.org/licenses/LICENSE-2.0.txt")),
homepage := Some(url("https://github.com/cognitedata/cdp-spark-datasource")),
libraryDependencies ++= Seq("io.scalaland" %% "chimney" % "0.5.3"),
libraryDependencies ++= Seq("io.scalaland" %% "chimney" % "0.8.0"),
scalacOptions ++= Seq("-Xlint:unused", "-language:higherKinds", "-deprecation", "-feature"),
resolvers ++= Seq(
Resolver.sonatypeRepo("releases")
Expand Down Expand Up @@ -123,7 +123,7 @@ lazy val library = (project in file("."))
crossScalaVersions := supportedScalaVersions,
libraryDependencies ++= Seq(
"com.cognite" %% "cognite-sdk-scala" % cogniteSdkVersion changing(),
"io.scalaland" %% "chimney" % "0.6.1"
"io.scalaland" %% "chimney" % "0.8.0"
// scala-collection-compat is used in TransformerF, but we don't use that,
// and this dependency causes issues with Livy.
exclude("org.scala-lang.modules", "scala-collection-compat_2.12")
Expand Down

0 comments on commit 7b09451

Please sign in to comment.