janm399 / sbt-docbook-plugin

The complete solution to write ebooks with sbt 0.10.
7 stars 4 forks source link

unresolved dependency: de.undercouch#sbt-docbook-plugin;0.2-SNAPSHOT #6

Open jm2dev opened 12 years ago

jm2dev commented 12 years ago

Using the following code (got from specs2-spring)

resolvers ++= Seq("snapshots-repo" at "http://scala-tools.org/repo-snapshots")

addSbtPlugin("de.undercouch" % "sbt-docbook-plugin" % "0.2-SNAPSHOT")

Is it possible to update README file?

Thanks.

janm399 commented 12 years ago

Sorry for the delay--I was moving house. Thanks for the comment; I'll update it,

jm2dev commented 12 years ago

Thank you for your replay.

Finally I managed to use it publishing locally, but it would help a lot to make it universally available.

I created a very simple project to help beginners (https://github.com/jm2dev/jm-sbt-docbook), I hope I can update the plugins.sbt file with the new configuration.

Best.