Skip to content

Commit

Permalink
chore: Update scalacheck from 1.18.0 to 1.18.1 (#130)
Browse files Browse the repository at this point in the history
Co-authored-by: RenkuBot <[email protected]>
  • Loading branch information
RenkuBot and RenkuBot authored Sep 17, 2024
1 parent 7b47110 commit 517926c
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 @@ -44,7 +44,7 @@ libraryDependencies += "org.typelevel" %% "cats-core" % "2.12.0"

// Test dependencies
libraryDependencies += "eu.timepit" %% "refined" % "0.11.2" % Test
libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.18.0" % Test
libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.18.1" % Test
libraryDependencies += "org.scalamock" %% "scalamock" % "6.0.0" % Test
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.19" % Test
libraryDependencies += "org.scalatestplus" %% "scalacheck-1-16" % "3.2.14.0" % Test
Expand Down

0 comments on commit 517926c

Please sign in to comment.