Skip to content

Commit

Permalink
Update discipline-scalatest and scalatestplus dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
travisbrown committed Jan 9, 2020
1 parent b203c81 commit 0617420
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ isTravisBuild in Global := sys.env.get("TRAVIS").isDefined

val scalaCheckVersion = "1.14.3"

val scalatestplusScalaCheckVersion = "3.1.0.0-RC2"
val scalatestplusScalaCheckVersion = "3.1.0.1"

val disciplineVersion = "1.0.2"

val disciplineScalatestVersion = "1.0.0-RC1"
val disciplineScalatestVersion = "1.0.0-RC2"

val kindProjectorVersion = "0.11.0"

Expand Down Expand Up @@ -151,7 +151,7 @@ lazy val disciplineDependencies = Seq(
lazy val testingDependencies = Seq(
libraryDependencies ++= Seq(
"org.typelevel" %%% "discipline-scalatest" % disciplineScalatestVersion % "test",
"org.scalatestplus" %%% "scalatestplus-scalacheck" % scalatestplusScalaCheckVersion % "test"
"org.scalatestplus" %%% "scalatestplus-1-14" % scalatestplusScalaCheckVersion % "test"
)
)

Expand Down

0 comments on commit 0617420

Please sign in to comment.