libraryDependency is the SettingKey that handles 'managed' library dependencies, which are dependencies that are automatically downloaded, matching the supplied versions. To add a single dependency:
libraryDependencies += "com.typesafe.slick" %% "slick" % "3.2.0-M1"
...