Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
sbt Shared Dependencies
trait Modules {
// Database
lazy val postgresql = "org.postgresql" % "postgresql" % "9.4-1201-jdbc41"
lazy val slick = "com.typesafe.slick" %% "slick" % "2.1.0"
lazy val slickCodegen = "com.typesafe.slick" %% "slick-codegen" % "2.1.0"
lazy val playSlick = "com.typesafe.play" %% "play-slick" % "0.8.1"
@yarosman
Copy link

Hello. Can you create sbt plugin project which demonstrate all features for https://blog.codacy.com/sbt-the-easy-way-15f2fe65ad37

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment