Skip to content

Commit 7d380ba

Browse files
authored
Update scalatest to 3.2.4
1 parent baa42ba commit 7d380ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/ProjectPlugin.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ object ProjectPlugin extends AutoPlugin {
1616
libraryDependencies ++=
1717
Seq(
1818
"org.typelevel" %%% "cats-effect" % "2.3.1",
19-
"org.scalatest" %%% "scalatest" % "3.2.3" % "test"
19+
"org.scalatest" %%% "scalatest" % "3.2.4" % "test"
2020
)
2121
)
2222

0 commit comments

Comments
 (0)