drdozer / graphviz-s

Graphviz Scala bindings
Other
54 stars 13 forks source link

Readme instructions will not build on sbt #14

Open datanavarathna opened 8 years ago

datanavarathna commented 8 years ago

When attempting to build gv-core using the instructions in the readme, I obtained [warn] :::::::::::::::::::::::::::::::::::::::::::::: [warn] :: UNRESOLVED DEPENDENCIES :: [warn] :::::::::::::::::::::::::::::::::::::::::::::: [warn] :: uk.co.turingatemyhamster#gv-core_2.11;0.4.1: not found [warn] :::::::::::::::::::::::::::::::::::::::::::::: [warn] [warn] Note: Unresolved dependencies path: [warn] uk.co.turingatemyhamster:gv-core_2.11:0.4.1 (...\build.sbt#L34-35) [warn] +- default:discreteeventsimulation_2.11:0.1O [trace] Stack trace suppressed: run last :update for the full output. [error](:update) sbt.ResolveException: unresolved dependency: uk.co.turingatem yhamster#gv-core_2.11;0.4.1: not found [error] Total time: 4 s, completed Sep 7, 2016 4:42:59 PM

where the indicated lines contain resolvers += "bintray-drdozer" at "http://dl.bintray.com/content/drdozer/maven" libraryDependencies += "uk.co.turingatemyhamster" %% "gv-core" % "0.4.1"

datanavarathna commented 8 years ago

I was able to resolve the dependency if I changed "0.4.1" to "0.3.1".

drdozer commented 7 years ago

Ah .. probably my fault for not publishing to bintray.