We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3b9d6e commit 5a830e7Copy full SHA for 5a830e7
project/Dependencies.scala
@@ -2,7 +2,7 @@ import sbt._
2
3
object Dependencies {
4
5
- val `cassandra-driver` = "com.datastax.cassandra" % "cassandra-driver-core" % "3.11.3"
+ val `cassandra-driver` = "com.datastax.cassandra" % "cassandra-driver-core" % "3.11.5"
6
// upgrade to version, which doesn't use JDK's `Unsafe` (https://github.com/jnr/jffi/issues/165#issuecomment-3444932263)
7
val jffi = "com.github.jnr" % "jffi" % "1.3.14"
8
0 commit comments