palvaro / molly

An implementation of LDFI
126 stars 23 forks source link

Change Optimus dependency to a SBT ProjectRef #1

Closed JoshRosen closed 8 years ago

JoshRosen commented 8 years ago

This patch changes the Optimus dependency to a SBT ProjectRef in order to work around the fact that Optimus doesn't appear to be published to any Maven repositories. See http://blog.xebia.com/git-subproject-compile-time-dependencies-in-sbt/ for more details on this SBT pattern.

This was necessary in order to be able to compile the latest master branch of Molly in a CI environment with an empty Ivy cache.