Skip to content

Commit

Permalink
Add scalaz bintray repo
Browse files Browse the repository at this point in the history
  • Loading branch information
0x1997 committed Feb 12, 2015
1 parent d746dea commit 7b2789f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion project/Build.scala
Expand Up @@ -55,7 +55,10 @@ object ScalikeJDBCAsyncProject extends Build {
scalaVersion := "2.11.5",
crossScalaVersions := Seq("2.11.5", "2.10.4"),
resolvers ++= _resolvers,
resolvers += "Typesafe repository" at "http://repo.typesafe.com/typesafe/releases/",
resolvers ++= Seq(
"Typesafe repository" at "http://repo.typesafe.com/typesafe/releases/",
"Scalaz Bintray Repo" at "http://dl.bintray.com/scalaz/releases"
),
libraryDependencies <++= (scalaVersion) { scalaVersion =>
Seq(
"com.github.mauricio" %% "postgresql-async" % mauricioVersion % "provided",
Expand Down

0 comments on commit 7b2789f

Please sign in to comment.