Skip to content

Commit

Permalink
Update scalatestplus-scalacheck to 3.1.0.0-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and travisbrown committed Sep 12, 2019
1 parent c294ce4 commit 842e85d
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 @@ -52,7 +52,7 @@ val baseSettings = Seq(
"io.circe" %% "circe-jawn" % circeVersion % Test,
"io.circe" %% "circe-testing" % circeVersion % Test,
"org.scalatest" %% "scalatest" % "3.1.0-SNAP13" % Test,
"org.scalatestplus" %% "scalatestplus-scalacheck" % "1.0.0-SNAP8" % Test
"org.scalatestplus" %% "scalatestplus-scalacheck" % "3.1.0.0-RC2" % Test
),
unmanagedSourceDirectories in Compile += (baseDirectory in ThisBuild).value / "shared/src/main",
unmanagedSourceDirectories in Test += (baseDirectory in ThisBuild).value / "shared/src/test",
Expand Down

0 comments on commit 842e85d

Please sign in to comment.