scalaz / ioeffect

An effect monad for Scalaz 7.2
Other
55 stars 9 forks source link

SNAPSHOT instructions #51

Closed fommil closed 6 years ago

fommil commented 6 years ago

rather that publish binaries, we should note that this is how to declare a source dependency

val ioeffect = ProjectRef(
  uri("git://github.com/scalaz/ioeffect.git#1a3b397"),
  "ioeffect"
)

and then .dependsOn(ioeffect) instead of libraryDependencies

ktonga commented 6 years ago

Since which version of sbt/with which plugins is this possible?

fommil commented 6 years ago

I think it's always been there