Skip to content

Commit

Permalink
update scalatest version, in description
Browse files Browse the repository at this point in the history
  • Loading branch information
keyno63 committed Jan 7, 2025
1 parent d74b2c3 commit 385efcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _overviews/scala3-migration/tutorial-prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The dependency to `"scalatest" %% "scalatest" % "3.0.9"` must be upgraded becaus
- The `scalatest` API is based on some macro definitions.
- The `3.0.9` version is not published for Scala 3.

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.

```scala
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.19"
Expand Down

0 comments on commit 385efcf

Please sign in to comment.