Skip to content

Commit 1001dbb

Browse files
authored
Merge pull request blemale#484 from scala-steward/update/scalatest-3.2.20
Update scalatest to 3.2.20
2 parents d253396 + b0594c6 commit 1001dbb

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
@@ -28,7 +28,7 @@ libraryDependencies ++=
2828
"org.scala-lang.modules" %% "scala-java8-compat" % "1.0.2",
2929
"com.google.code.findbugs" % "jsr305" % "3.0.2" % "provided",
3030
"org.scalactic" %% "scalactic" % "3.2.20" % "test",
31-
"org.scalatest" %% "scalatest" % "3.2.19" % "test"
31+
"org.scalatest" %% "scalatest" % "3.2.20" % "test"
3232
)
3333

3434
scalafmtOnCompile := true

0 commit comments

Comments
 (0)