Skip to content

Commit

Permalink
Update scalatest to 3.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 9, 2020
1 parent 41dea64 commit 68dcb68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ resolvers += Resolver.bintrayRepo("evolutiongaming", "maven")

libraryDependencies ++= Seq(
"com.evolutiongaming" %% "executor-tools" % "1.0.2",
"org.scalatest" %% "scalatest" % "3.0.8" % Test)
"org.scalatest" %% "scalatest" % "3.0.9" % Test)

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

Expand Down

0 comments on commit 68dcb68

Please sign in to comment.