Skip to content

Two pages recommend obsolete versions of ScalaTest #2376

Closed
@SethTisue

Description

@SethTisue
_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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions