account-cli
account-cli copied to clipboard
Unresolved Dependencies scala-ofx and scala-ledger
I see that scala-ofx and scala-ledger are dependencies and I have git-cloned them, but how do I get account-cli to see them when building? [info] Resolving org.fusesource.jansi#jansi;1.4 ... [warn] :::::::::::::::::::::::::::::::::::::::::::::: [warn] :: UNRESOLVED DEPENDENCIES :: [warn] :::::::::::::::::::::::::::::::::::::::::::::: [warn] :: org.vvcephei#scala-ofx_2.10;1.2-SNAPSHOT: not found [warn] ::::::::::::::::::::::::::::::::::::::::::::::
I got around this by first doing:
git clone https://github.com/vvcephei/scala-ofx
cd scala-ofx
sbt publish-local