Skip to content

Commit

Permalink
Update java-driver-core to 4.15.0 (#209)
Browse files Browse the repository at this point in the history
* Update java-driver-core to 4.15.0

* Revert commit(s) 1315942

* Update java-driver-core to 4.15.0

---------

Co-authored-by: Jules Ivanic <guizmaii@users.noreply.github.com>
  • Loading branch information
scala-steward and guizmaii committed Jun 9, 2023
1 parent b29a7b1 commit a24c63a
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.13.0"
"com.datastax.oss" % "java-driver-core" % "4.15.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.13.0",
"com.datastax.oss" % "java-driver-core" % "4.15.0",
"dev.zio" %% "zio" % "2.0.14",
"dev.zio" %% "zio-streams" % "2.0.14"
)
Expand Down

0 comments on commit a24c63a

Please sign in to comment.