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
scala-steward committed May 9, 2024
1 parent ba41c9c commit 162646c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions documentation/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ val `example-cqrs-commands` =
noPublishSettings,
`scala 2.12 to 2.13`,
libraryDependencies ++= Seq(
"org.scalacheck" %% "scalacheck" % "1.17.0" % Test,
"org.scalacheck" %% "scalacheck" % "1.17.1" % Test,
"org.http4s" %% "http4s-blaze-server" % http4sVersion % Test,
"org.http4s" %% "http4s-async-http-client" % http4sVersion % Test,
"org.typelevel" %% "cats-effect-testing-scalatest" % "1.5.0" % Test,
Expand Down Expand Up @@ -372,7 +372,7 @@ val `example-cqrs` =
"org.http4s" %% "http4s-blaze-server" % http4sVersion,
"org.http4s" %% "http4s-async-http-client" % http4sVersion,
"org.typelevel" %% "cats-effect-testing-scalatest" % "1.5.0" % Test,
"org.scalacheck" %% "scalacheck" % "1.17.0" % Test,
"org.scalacheck" %% "scalacheck" % "1.17.1" % Test,
scalaTestDependency
)
)
Expand Down
2 changes: 1 addition & 1 deletion json-schema/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ val `json-schema` =
name := "algebra-json-schema",
libraryDependencies ++= Seq(
"org.scala-lang.modules" %%% "scala-collection-compat" % "2.7.0",
"org.scalacheck" %%% "scalacheck" % "1.17.0" % Test,
"org.scalacheck" %%% "scalacheck" % "1.17.1" % Test,
scalaTestDependency
),
(Compile / boilerplateSource) := baseDirectory.value / ".." / "src" / "main" / "boilerplate"
Expand Down

0 comments on commit 162646c

Please sign in to comment.