We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f773e1 commit 346bb41Copy full SHA for 346bb41
1 file changed
project/Dependencies.scala
@@ -23,7 +23,7 @@ object Dependencies {
23
val api = "org.slf4j" % "slf4j-api" % version
24
}
25
26
- val scalatest = "org.scalatest" %% "scalatest" % "3.2.19"
+ val scalatest = "org.scalatest" %% "scalatest" % "3.2.20"
27
val `logback-classic` = "ch.qos.logback" % "logback-classic" % "1.5.32"
28
val nel = "com.evolutiongaming" %% "nel" % "1.3.5"
29
0 commit comments