Skip to content

Two pages recommend obsolete versions of ScalaTest #2376

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
SethTisue opened this issue Apr 15, 2022 · 0 comments · Fixed by #2377
Closed

Two pages recommend obsolete versions of ScalaTest #2376

SethTisue opened this issue Apr 15, 2022 · 0 comments · Fixed by #2377

Comments

@SethTisue
Copy link
Member

SethTisue commented Apr 15, 2022

_getting-started/intellij-track/testing-scala-in-intellij-with-scalatest.md:        libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.8" % Test
_ja/getting-started/intellij-track/testing-scala-in-intellij-with-scalatest.md:        libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.8" % Test
_overviews/scala-book/sbt-scalatest-tdd.md:    "org.scalatest" %% "scalatest" % "3.0.8" % Test
_overviews/scala-book/sbt-scalatest-tdd.md:    "org.scalatest" %% "scalatest" % "3.0.8" % Test

3.0.8 is ancient; these pages should recommend the latest (3.2) and the code on them will need to be updated as well (FunSuite -> AnyFunSuite and such)

this was reported by a user on Discord

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant