Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@rtfpessoa
Created May 20, 2015 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rtfpessoa/cc48b9e53458bebecd23 to your computer and use it in GitHub Desktop.
Save rtfpessoa/cc48b9e53458bebecd23 to your computer and use it in GitHub Desktop.
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