diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 3583cd557..2c9f15818 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -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(