diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 2e0143c..c8dde17 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -5,7 +5,7 @@ object Dependencies { val scalatest = "org.scalatest" %% "scalatest" % "3.2.20" val `testcontainers-cassandra` = "com.dimafeng" %% "testcontainers-scala-cassandra" % "0.44.1" val `future-helper` = "com.evolutiongaming" %% "future-helper" % "1.0.7" - val scassandra = "com.evolutiongaming" %% "scassandra" % "5.4.0" + val scassandra = "com.evolutiongaming" %% "scassandra" % "5.5.0" object Logback { private val version = "1.5.34"