Publish in a sbt repository
FrequentlyMissedDeadlines opened this issue · 1 comments
FrequentlyMissedDeadlines commented
Hello,
thanks for the nice work. It would be even better if we could use it in our SBT projects without publishing locally. What about publishing to a public repository so that we can use it like this?
libraryDependencies += "org.lichess" %% "scalachess" % "10.5.0"
niklasf commented
We publish to https://github.com/lichess-org/lila-maven.
I think the equivalent of what lila is doing is:
resolvers += Resolver.url("lila-maven", url("https://raw.githubusercontent.com/lichess-org/lila-maven/master"))
libraryDependencies += "org.lichess" %% "scalachess" % "10.5.0"