Skip to content

Commit

Permalink
Merge pull request #3310 from travisbrown/topic/scala.js-1.0.0-prep
Browse files Browse the repository at this point in the history
Update discipline-scalatest
  • Loading branch information
fthomas authored Feb 21, 2020
2 parents d5b85e4 + 9e4b12f commit 1ede81e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.1.0"
val scalatestplusScalaCheckVersion = "3.1.1.1"

val disciplineVersion = "1.0.2"

val disciplineScalatestVersion = "1.0.0"
val disciplineScalatestVersion = "1.0.1"

val kindProjectorVersion = "0.11.0"

Expand Down

0 comments on commit 1ede81e

Please sign in to comment.