Skip to content

Commit

Permalink
Merge pull request #611 from scala-steward/update/scalatest-3.2.9
Browse files Browse the repository at this point in the history
Update scalatest to 3.2.9
  • Loading branch information
mergify[bot] authored May 14, 2021
2 parents 82fc2ff + e758ff0 commit a9ef842
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 @@ -83,7 +83,7 @@ val emailDependencies = Seq(
"com.sun.mail" % "javax.mail" % "1.6.2" exclude("javax.activation", "activation")
)

val scalatest = "org.scalatest" %% "scalatest" % "3.2.8" % Test
val scalatest = "org.scalatest" %% "scalatest" % "3.2.9" % Test
val unitTestingStack = Seq(scalatest)

val embeddedPostgres = "com.opentable.components" % "otj-pg-embedded" % "0.13.3" % Test
Expand Down

0 comments on commit a9ef842

Please sign in to comment.