Skip to content

Commit

Permalink
Update scalacheck to 1.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
foundweekends-bot[bot] committed Sep 16, 2024
1 parent b544542 commit 69d2320
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 @@ -18,7 +18,7 @@ object Dependencies {
ExclusionRule("org.apache.sshd", "sshd-sftp")
)
val scopt = "com.github.scopt" %% "scopt" % "4.1.0"
val scalacheck = "org.scalacheck" %% "scalacheck" % "1.18.0"
val scalacheck = "org.scalacheck" %% "scalacheck" % "1.18.1"
val scalatest = Seq(
"org.scalatest" %% "scalatest-flatspec" % "3.2.19" % Test,
"org.scalatest" %% "scalatest-funspec" % "3.2.19" % Test,
Expand Down

0 comments on commit 69d2320

Please sign in to comment.