Skip to content

Commit

Permalink
Update java-driver-core to 4.17.0 (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jul 14, 2023
1 parent 7bbe860 commit 92df6e3
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 @@ -280,7 +280,7 @@ lazy val `quill-cassandra` =
.settings(
Test / fork := false,
libraryDependencies ++= Seq(
"com.datastax.oss" % "java-driver-core" % "4.16.0"
"com.datastax.oss" % "java-driver-core" % "4.17.0"
)
)
.dependsOn(`quill-sql` % "compile->compile;test->test")
Expand All @@ -292,7 +292,7 @@ lazy val `quill-cassandra-zio` =
.settings(
Test / fork := true,
libraryDependencies ++= Seq(
"com.datastax.oss" % "java-driver-core" % "4.16.0",
"com.datastax.oss" % "java-driver-core" % "4.17.0",
"dev.zio" %% "zio" % "2.0.15",
"dev.zio" %% "zio-streams" % "2.0.15"
)
Expand Down

0 comments on commit 92df6e3

Please sign in to comment.