dlouwers / reactive-consul

Consul client for Scala
MIT License
18 stars 7 forks source link

Update README.md #17

Closed lnelsonCIG closed 7 years ago

lnelsonCIG commented 7 years ago

libraryDependencies += "nl.stormlantern" %% "reactive-consul" % "0.2.0"

could be changed to:

libraryDependencies += "nl.stormlantern" %% "reactive-consul" % "0.2.1"

so that consumers of the library don't run into the dockertestkit unresolved dependencies.

dlouwers commented 7 years ago

Thanks for the pointer. Updated for latest release.