Skip to content

Commit

Permalink
Update scala-java8-compat to 0.9.1 (#2918)
Browse files Browse the repository at this point in the history
Co-authored-by: zio-scala-steward[bot] <145262613+zio-scala-steward[bot]@users.noreply.github.com>
  • Loading branch information
zio-scala-steward[bot] authored Oct 19, 2023
1 parent 631b6f6 commit dacd557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ lazy val `quill-cassandra` =
libraryDependencies ++= Seq(
"com.datastax.oss" % "java-driver-core" % "4.17.0",
(CrossVersion.partialVersion(scalaVersion.value) match {
case Some((2, 12)) => "org.scala-lang.modules" %% "scala-java8-compat" % "0.8.0"
case Some((2, 12)) => "org.scala-lang.modules" %% "scala-java8-compat" % "0.9.1"
case _ => "org.scala-lang.modules" %% "scala-java8-compat" % "1.0.2"
})
)
Expand Down

0 comments on commit dacd557

Please sign in to comment.