Skip to content

Commit

Permalink
Update java-driver-core to 4.16.0 (#2767)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jun 7, 2023
1 parent f124f4c commit 5f0857f
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 @@ -599,7 +599,7 @@ lazy val `quill-cassandra` =
.settings(
Test / fork := true,
libraryDependencies ++= Seq(
"com.datastax.oss" % "java-driver-core" % "4.15.0",
"com.datastax.oss" % "java-driver-core" % "4.16.0",
(CrossVersion.partialVersion(scalaVersion.value) match {
case Some((2, 12)) => "org.scala-lang.modules" %% "scala-java8-compat" % "0.8.0"
case _ => "org.scala-lang.modules" %% "scala-java8-compat" % "1.0.2"
Expand Down Expand Up @@ -762,7 +762,7 @@ val scala_v_30 = "3.3.0"

lazy val loggingSettings = Seq(
libraryDependencies ++= Seq(
"ch.qos.logback" % "logback-classic" % "1.3.7" % Test
"ch.qos.logback" % "logback-classic" % "1.3.7" % Test
)
)

Expand Down

0 comments on commit 5f0857f

Please sign in to comment.