Created
May 23, 2017 09:48
-
-
Save paradoja/3aa8f7853a9682e1e5540007a80f933d 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
import Resolvers._ | |
object add { | |
def apply(org: String, sub: String) = { | |
val newResolver = Resolver.Http("bintray", s"https://dl.bintray.com/$org/$sub/", MavenPattern, true) | |
interp.resolvers() = interp.resolvers() :+ newResolver | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment