Skip to content

Commit

Permalink
Update scalacheck to 1.17.1 (#953)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Apr 23, 2024
1 parent d433f4a commit c8bdd7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scalafix/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def magnolify(version: String): List[ModuleID] = {
"org.apache.parquet" % "parquet-hadoop" % "1.13.1",
"com.google.protobuf" % "protobuf-java" % "3.25.3",
"eu.timepit" %% "refined" % "0.11.1",
"org.scalacheck" %% "scalacheck" % "1.17.0",
"org.scalacheck" %% "scalacheck" % "1.17.1",
"org.tensorflow" % "tensorflow-core-api" % "0.5.0"
)

Expand Down

0 comments on commit c8bdd7d

Please sign in to comment.