diff --git a/README.md b/README.md index 44b09e6..78db190 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,8 @@ If something goes finally wrong when interacting with the coordination service, resolvers += Resolver.bintrayRepo("hseeberger", "maven") libraryDependencies ++= Vector( - "de.heikoseeberger" %% "constructr" % "0.16.1", - "de.heikoseeberger" %% "constructr-coordination-etcd" % "0.16.1", // in case of using etcd for coordination + "de.heikoseeberger" %% "constructr" % "0.17.0", + "de.heikoseeberger" %% "constructr-coordination-etcd" % "0.17.0", // in case of using etcd for coordination ... ) ```