Skip to content

Commit

Permalink
Update scassandra to 5.3.0 (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Oct 26, 2024
1 parent 1cd2fbe commit 2de0c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ object Dependencies {
val scalatest = "org.scalatest" %% "scalatest" % "3.2.19"
val `testcontainers-cassandra` = "com.dimafeng" %% "testcontainers-scala-cassandra" % "0.41.4"
val `future-helper` = "com.evolutiongaming" %% "future-helper" % "1.0.7"
val scassandra = "com.evolutiongaming" %% "scassandra" % "5.2.1"
val scassandra = "com.evolutiongaming" %% "scassandra" % "5.3.0"

object Logback {
private val version = "1.5.12"
Expand Down

0 comments on commit 2de0c8b

Please sign in to comment.