Last active
October 8, 2015 06:21
-
-
Save josdirksen/9bf7bbfcac19e533bb9f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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