Commit 186a521
authored
Replace old FunSuite with newer AnyFunSuite
The change is reflecting the newer tutorial example: When running: `sbt new scala/scalatest-example.g8`
the build.sbt file inside contains the newer "scalatest" % "3.2.2" but the example above was written using the old "scalatest" % "3.0.8" in which the FunSuite was replaced by the newer AnyFunSuite at a different location in the scalatest library.1 parent abfb93f commit 186a521
File tree
1 file changed
+2
-4
lines changed- _getting-started/sbt-track
1 file changed
+2
-4
lines changedLines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
| 74 | + | |
| 75 | + | |
78 | 76 | | |
79 | 77 | | |
80 | 78 | | |
| |||
0 commit comments