Skip to content

Commit

Permalink
Update dependency org.scalacheck:scalacheck to v1.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 30, 2024
1 parent a39a227 commit 187d8ea
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 @@ -19,7 +19,7 @@ lazy val finnpic = crossProject
organization := "org.finnpic",
version := "0.4.3",
crossScalaVersions := supportedScalaVersions,
libraryDependencies += "org.scalacheck" %%% "scalacheck" % "1.14.3" % Test,
libraryDependencies += "org.scalacheck" %%% "scalacheck" % "1.18.0" % Test,
libraryDependencies += "org.scalactic" %%% "scalactic" % "3.1.4" % Test,
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.1.4" % Test,
// Publishing information
Expand Down

0 comments on commit 187d8ea

Please sign in to comment.