Skip to content

Commit

Permalink
Merge pull request #173 from scala-steward/update/scalatest-3.2.12
Browse files Browse the repository at this point in the history
Update scalatest to 3.2.12
  • Loading branch information
blast-hardcheese authored May 15, 2022
2 parents 25daa6f + 95f458a commit 1b35be3
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 @@ -26,7 +26,7 @@ ThisBuild / scalaVersion := "2.12.15"
ThisBuild / scalacOptions ++= List("-feature", "-Xexperimental")

libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest" % "3.2.11" % Test,
"org.scalatest" %% "scalatest" % "3.2.12" % Test,
"org.scalacheck" %% "scalacheck" % "1.16.0" % Test,
"org.scalatestplus" %% "scalatestplus-scalacheck" % "3.1.0.0-RC2" % Test
)
Expand Down

0 comments on commit 1b35be3

Please sign in to comment.