Skip to content

Commit

Permalink
Update scalatest-funspec to 3.2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-bot committed Jun 23, 2024
1 parent 4823858 commit 5e02fd7
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 @@ -40,7 +40,7 @@ If you are using [``ScalaTest``](https://github.com/scalatest/scalatest), add th
// ScalaTest 3.2
// ScalaTest 3.2 has been modularized. sbt-doctest generates tests using FunSpec.
libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest-funspec" % "3.2.18" % Test,
"org.scalatest" %% "scalatest-funspec" % "3.2.19" % Test,
"org.scalatestplus" %% "scalacheck-1-17" % "3.2.18.0" % Test
)

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ lazy val root = (project in file(".")).settings(
"org.apache.commons" % "commons-lang3" % "3.14.0",
"org.scalameta" %% "scalameta" % "4.9.7",
"com.lihaoyi" %% "utest" % "0.8.3" % Test,
"org.scalatest" %% "scalatest-funspec" % "3.2.18" % Test,
"org.scalatest" %% "scalatest-funspec" % "3.2.19" % Test,
"org.scalatestplus" %% "scalacheck-1-17" % "3.2.18.0" % Test,
"org.specs2" %% "specs2-scalacheck" % "4.20.7" % Test,
"io.monix" %% "minitest-laws" % "2.9.6" % Test
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 @@ -8,7 +8,7 @@ Test / scalacOptions -= "-Ywarn-dead-code"
// Declares scalatest, scalacheck, minitest and utest dependencies explicitly.
libraryDependencies ++= Seq(
"com.lihaoyi" %% "utest" % "0.8.3" % Test,
"org.scalatest" %% "scalatest-funspec" % "3.2.18" % Test,
"org.scalatest" %% "scalatest-funspec" % "3.2.19" % Test,
"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,
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 @@ -12,7 +12,7 @@ Test / scalacOptions -= "-Ywarn-dead-code"
// Declares scalatest, scalacheck, minitest and utest dependencies explicitly.
libraryDependencies ++= Seq(
"com.lihaoyi" %% "utest" % "0.8.3" % Test,
"org.scalatest" %% "scalatest-funspec" % "3.2.18" % Test,
"org.scalatest" %% "scalatest-funspec" % "3.2.19" % Test,
"org.scalatestplus" %% "scalacheck-1-17" % "3.2.18.0" % Test,
"org.scalacheck" %% "scalacheck" % "1.17.0" % Test,
"org.specs2" %% "specs2-scalacheck" % "4.20.7" % 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 @@ -12,7 +12,7 @@ Test / scalacOptions -= "-Ywarn-dead-code"
// Declares scalatest, scalacheck, minitest and utest dependencies explicitly.
libraryDependencies ++= Seq(
"com.lihaoyi" %% "utest" % "0.8.3" % Test,
"org.scalatest" %% "scalatest-funspec" % "3.2.18" % Test,
"org.scalatest" %% "scalatest-funspec" % "3.2.19" % Test,
"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,
Expand Down

0 comments on commit 5e02fd7

Please sign in to comment.