scalaVersion := "2.12.6"
sbt.version=1.2.1
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.6.18")
These are the dependencies I want to download:
libraryDependencies += "com.typesafe.play" %% "play-slick" % "3.0.0"
libraryDependencies += "com.typesafe.play" %% "play-slick-evolutions" % "3.0.0"
Note
I do not get errors when I run the sbt compile
command.