Skip to content

Commit c1e09fe

Browse files
committed
Update scalatest to 3.2.20
1 parent f2b797b commit c1e09fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ libraryDependencies ++= Seq(
2222
"com.evolutiongaming" %% "future-helper" % "1.0.6",
2323
"com.typesafe.akka" %% "akka-actor" % "2.6.8",
2424
"com.typesafe.akka" %% "akka-testkit" % "2.6.8" % Test,
25-
"org.scalatest" %% "scalatest" % "3.2.9" % Test)
25+
"org.scalatest" %% "scalatest" % "3.2.20" % Test)
2626

2727
licenses := Seq(("MIT", url("https://opensource.org/licenses/MIT")))
2828

0 commit comments

Comments
 (0)