Created
April 13, 2017 02:25
-
-
Save joshrendek/d65a8126b672690198a1eb439ff915d7 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 := "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 |
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
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