Skip to content

Commit

Permalink
Merge pull request #1269 from scala-steward/update/scalacheck-1.15.0
Browse files Browse the repository at this point in the history
Update scalacheck to 1.15.0
  • Loading branch information
github-brice-jaglin authored Nov 1, 2020
2 parents 0e29dd1 + d28781b commit f1c1161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ object Dependencies {
def scalatest =
"org.scalatest" %% "scalatest" % "3.0.8" // don't bump, to avoid forcing breaking changes on clients via eviction
def bijectionCore = "com.twitter" %% "bijection-core" % "0.9.7"
def scalacheck = "org.scalacheck" %% "scalacheck" % "1.14.3"
def scalacheck = "org.scalacheck" %% "scalacheck" % "1.15.0"
def collectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.2.0"

def testsDeps = List(
Expand Down

0 comments on commit f1c1161

Please sign in to comment.