Skip to content

Instantly share code, notes, and snippets.

@josdirksen
Last active October 8, 2015 06:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save josdirksen/9bf7bbfcac19e533bb9f to your computer and use it in GitHub Desktop.
Save josdirksen/9bf7bbfcac19e533bb9f to your computer and use it in GitHub Desktop.
name := "postgresql-notifications"
version := "1.0"
scalaVersion := "2.11.7"
libraryDependencies ++= Seq("org.postgresql" % "postgresql" % "9.4-1200-jdbc41",
"org.scalikejdbc" %% "scalikejdbc" % "2.2.8",
"com.typesafe.akka" %% "akka-actor" % "2.4-SNAPSHOT",
"org.json4s" %% "json4s-native" % "3.2.10"
)
resolvers += "Akka Snapshot Repository" at "http://repo.akka.io/snapshots/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment