Skip to content

Commit

Permalink
Merge pull request #75 from scala-steward/update/scalatest-3.2.7
Browse files Browse the repository at this point in the history
Update scalatest to 3.2.7
  • Loading branch information
NthPortal committed Apr 1, 2021
2 parents c29ed85 + b2d2b86 commit c438c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -27,7 +27,7 @@ inThisBuild(

lazy val sharedSettings = Seq(
libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest" % "3.2.6" % Test
"org.scalatest" %% "scalatest" % "3.2.7" % Test
),
scalacOptions ++= Seq(
"-deprecation",
Expand Down

0 comments on commit c438c37

Please sign in to comment.