Skip to content

Instantly share code, notes, and snippets.

@joshrendek
Created April 13, 2017 02:25
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 joshrendek/d65a8126b672690198a1eb439ff915d7 to your computer and use it in GitHub Desktop.
Save joshrendek/d65a8126b672690198a1eb439ff915d7 to your computer and use it in GitHub Desktop.
name := "ifcfg-api"
version := "1.0-SNAPSHOT"
resolvers += "wasted.io/repo" at "http://repo.wasted.io/mvn"
resolvers += "Big Bee Consultants" at "http://repo.bigbeeconsultants.co.uk/"
resolvers += "Big Bee Consultants 2" at "http://dl.bintray.com/rick-beton/maven/"
resolvers += Resolver.file("Local repo", file(System.getProperty("user.home") + "/.ivy2/local"))(Resolver.ivyStylePatterns)
libraryDependencies ++= Seq(
jdbc,
anorm,
cache,
"com.joshrendek" %% "scala-bgp" % "0.0.2",
"io.wasted" %% "wasted-util" % "0.5.0-SNAPSHOT",
"com.twitter" %% "util-collection" % "6.3.6"
)
play.Project.playScalaSettings
sbt.ResolveException: unresolved dependency: uk.co.bigbeeconsultants#bee-client_2.10;0.21.+: not found
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment