When I try to use the new proprietary MS SQL driver, I get an exception which boils down to a ClassNotFound for the driver class.
I include both slick and slick-extensions:
"com.typesafe.slick" %% "slick" % "2.0.1",
"com.typesafe.slick" %% "slick-extensions" % "2.0.1"
Example use:
import com.typesafe.slick.driver.ms.SQLServerDriver.simple._
Database.forURL(url="jdbc:sqlserver://hostname:1433;databaseName=thedb1", driver = "com.typesafe.slick.driver.ms.SQLServerDriver", user="user", password="password" ) withSession { ...
Exception:
Ultimately, ClassNotFound for com.typesafe.slick.driver.ms.SQLServerDriver.