Skip to content

Instantly share code, notes, and snippets.

@marko-asplund
Created October 31, 2015 22:22
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 marko-asplund/f85abd0272f7c9cfdf2d to your computer and use it in GitHub Desktop.
Save marko-asplund/f85abd0272f7c9cfdf2d to your computer and use it in GitHub Desktop.
sbt resolvers
organization := "fi.markoa"
name := "sbt-demo"
version := "0.0.1"
scalaVersion := "2.11.7"
libraryDependencies += "org.foo" % "bar" % "10"
resolvers += "maven local" at "file://../my-repo")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment