Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _overviews/scala-book/sbt-scalatest-tdd.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ scalaVersion := "{{site.scala-version}}"

libraryDependencies +=
"org.scalatest" %% "scalatest" % "3.0.8" % Test
)

```

The first three lines of this file are essentially the same as the first example, and the `libraryDependencies` lines tell sbt to include the dependencies (jar files) that are needed to run ScalaTest:
Expand Down