Why does not sbt download play-slick dependencies?

0
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.

    
asked by Leidy Lorena Garces 14.09.2018 в 15:10
source

0 answers