diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 4282d04..8b20fff 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -8,7 +8,7 @@ object Dependencies { val `metric-tools` = "com.evolutiongaming" %% "metric-tools" % "2.0.0" val `cats-helper` = "com.evolutiongaming" %% "cats-helper" % "3.6.0" val scache = "com.evolution" %% "scache" % "5.1.0" - val scalatest = "org.scalatest" %% "scalatest" % "3.2.3" + val scalatest = "org.scalatest" %% "scalatest" % "3.2.18" val scalax = "com.github.t3hnar" %% "scalax" % "3.8.1" object Akka {