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 de29871 commit bc7ff12Copy full SHA for bc7ff12
1 file changed
project/Dependencies.scala
@@ -2,7 +2,7 @@ import sbt._
2
3
object Dependencies {
4
5
- val scalatest = "org.scalatest" %% "scalatest" % "3.2.19"
+ val scalatest = "org.scalatest" %% "scalatest" % "3.2.20"
6
val `testcontainers-cassandra` = "com.dimafeng" %% "testcontainers-scala-cassandra" % "0.44.1"
7
val `future-helper` = "com.evolutiongaming" %% "future-helper" % "1.0.7"
8
val scassandra = "com.evolutiongaming" %% "scassandra" % "5.4.0"
0 commit comments