Skip to content
This repository has been archived by the owner on Apr 15, 2018. It is now read-only.

Commit

Permalink
Prepare release 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Heiko Seeberger committed Apr 7, 2017
1 parent 900eed0 commit 1742a0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
...
)
```
Expand Down

0 comments on commit 1742a0f

Please sign in to comment.