We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d74b2c3 commit 385efcfCopy full SHA for 385efcf
_overviews/scala3-migration/tutorial-prerequisites.md
@@ -43,7 +43,7 @@ The dependency to `"scalatest" %% "scalatest" % "3.0.9"` must be upgraded becaus
43
- The `scalatest` API is based on some macro definitions.
44
- The `3.0.9` version is not published for Scala 3.
45
46
-We can upgrade it to version `3.2.7`, which is cross-published in Scala 2.13 and Scala 3.
+We can upgrade it to version `3.2.19`, which is cross-published in Scala 2.13 and Scala 3.
47
48
```scala
49
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.19"
0 commit comments