Skip to content

Commit

Permalink
Update specs2-scalacheck to 4.20.7
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-bot authored and xuwei-k committed Jun 12, 2024
1 parent 0861870 commit 20774e1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ If you are using [``Specs2``](https://github.com/etorreborre/specs2), add the fo

```scala
libraryDependencies ++= Seq(
"org.specs2" %% "specs2-scalacheck" % "4.20.5" % Test
"org.specs2" %% "specs2-scalacheck" % "4.20.7" % Test
)

doctestTestFramework := DoctestTestFramework.Specs2
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ lazy val root = (project in file(".")).settings(
"com.lihaoyi" %% "utest" % "0.8.3" % Test,
"org.scalatest" %% "scalatest-funspec" % "3.2.18" % Test,
"org.scalatestplus" %% "scalacheck-1-17" % "3.2.18.0" % Test,
"org.specs2" %% "specs2-scalacheck" % "4.20.5" % Test,
"org.specs2" %% "specs2-scalacheck" % "4.20.7" % Test,
"io.monix" %% "minitest-laws" % "2.9.6" % Test
),
testFrameworks += new TestFramework("utest.runner.Framework"),
Expand Down
2 changes: 1 addition & 1 deletion src/sbt-test/sbt-doctest/html-entities/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ libraryDependencies ++= Seq(
"org.scalatestplus" %% "scalacheck-1-17" % "3.2.18.0" % Test,
"org.scalacheck" %% "scalacheck" % "1.17.0" % Test,
"io.monix" %% "minitest-laws" % "2.9.6" % Test,
"org.specs2" %% "specs2-scalacheck" % "4.20.5" % Test,
"org.specs2" %% "specs2-scalacheck" % "4.20.7" % Test,
"org.scalameta" %% "munit-scalacheck" % "0.7.29" % Test
)

Expand Down
2 changes: 1 addition & 1 deletion src/sbt-test/sbt-doctest/only-code-blocks/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest-funspec" % "3.2.18" % Test,
"org.scalatestplus" %% "scalacheck-1-17" % "3.2.18.0" % Test,
"org.scalacheck" %% "scalacheck" % "1.17.0" % Test,
"org.specs2" %% "specs2-scalacheck" % "4.20.5" % Test,
"org.specs2" %% "specs2-scalacheck" % "4.20.7" % Test,
"io.monix" %% "minitest-laws" % "2.9.6" % Test,
"org.scalameta" %% "munit-scalacheck" % "0.7.29" % Test
)
Expand Down
2 changes: 1 addition & 1 deletion src/sbt-test/sbt-doctest/simple/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ libraryDependencies ++= Seq(
"org.scalatestplus" %% "scalacheck-1-17" % "3.2.18.0" % Test,
"org.scalacheck" %% "scalacheck" % "1.17.0" % Test,
"io.monix" %% "minitest-laws" % "2.9.6" % Test,
"org.specs2" %% "specs2-scalacheck" % "4.20.5" % Test,
"org.specs2" %% "specs2-scalacheck" % "4.20.7" % Test,
"org.scalameta" %% "munit-scalacheck" % "0.7.29" % Test
)

Expand Down

0 comments on commit 20774e1

Please sign in to comment.