You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_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
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
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
The text was updated successfully, but these errors were encountered: