Skip to content

Commit 594928d

Browse files
author
scala-steward
committed
Update scalatest to 3.2.20
1 parent f5d887b commit 594928d

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
@@ -24,7 +24,7 @@ lazy val retry = (projectMatrix in file("retry"))
2424
description := "a library of simple primitives for asynchronously retrying Scala Futures",
2525
libraryDependencies ++=
2626
Seq(
27-
"org.scalatest" %%% "scalatest" % "3.2.18" % "test",
27+
"org.scalatest" %%% "scalatest" % "3.2.20" % "test",
2828
"com.softwaremill.odelay" %%% "odelay-core" % "0.4.0",
2929
"org.scala-lang.modules" %%% "scala-collection-compat" % "2.12.0"
3030
)

0 commit comments

Comments
 (0)