Skip to content

Commit

Permalink
Update scalacheck to 1.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
typelevel-steward[bot] committed Apr 17, 2024
1 parent 0a5ab16 commit 1d89edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ lazy val testKit = crossProject(JSPlatform, JVMPlatform, NativePlatform)
.settings(
name := "cats-time-testkit",
libraryDependencies ++= Seq(
"org.scalacheck" %%% "scalacheck" % "1.17.0",
"org.scalacheck" %%% "scalacheck" % "1.17.1",
"org.scala-lang.modules" %%% "scala-collection-compat" % "2.8.1"
)
)
Expand Down

0 comments on commit 1d89edb

Please sign in to comment.