Skip to content

Commit

Permalink
Merge pull request #69 from scala-steward/update/scalatest-3.0.6-SNAP5
Browse files Browse the repository at this point in the history
Update scalatest to 3.0.6-SNAP5
  • Loading branch information
larsrh committed Nov 8, 2018
2 parents 8e416f1 + 0f1810a commit 76821c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -22,7 +22,7 @@ lazy val commonSettings = Seq(
),
libraryDependencies ++= Seq(
"org.scalacheck" %%% "scalacheck" % "1.14.0",
"org.scalatest" %%% "scalatest" % "3.0.6-SNAP4" % "optional",
"org.scalatest" %%% "scalatest" % "3.0.6-SNAP5" % "optional",
"org.specs2" %%% "specs2-scalacheck" % "4.3.5" % "optional"
),
scalacOptions in Test ++= Seq("-Yrangepos"),
Expand Down

0 comments on commit 76821c7

Please sign in to comment.