Skip to content

Commit

Permalink
Bump scalacheck to 1.15.4 (close #38)
Browse files Browse the repository at this point in the history
  • Loading branch information
pondzix committed Feb 10, 2022
1 parent d950a53 commit b620f2d
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 @@ -16,6 +16,6 @@ object Dependencies {
val cats = "org.typelevel" %% "cats-core" % "2.7.0"
val catsEffect = "org.typelevel" %% "cats-effect" % "3.3.5"
val scaffeine = "com.github.blemale" %% "scaffeine" % "5.1.2"
val scalaCheck = "org.scalacheck" %% "scalacheck" % "1.14.0" % Test
val scalaCheck = "org.scalacheck" %% "scalacheck" % "1.15.4" % Test
val specs2 = "org.specs2" %% "specs2-core" % "4.8.3" % Test
}

0 comments on commit b620f2d

Please sign in to comment.