Skip to content

Commit

Permalink
Prepare release 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Heiko Seeberger committed Nov 2, 2017
1 parent d070522 commit 21aabdd
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.17.0",
"de.heikoseeberger" %% "constructr-coordination-etcd" % "0.17.0", // in case of using etcd for coordination
"de.heikoseeberger" %% "constructr" % "0.18.0",
"de.heikoseeberger" %% "constructr-coordination-etcd" % "0.18.0", // in case of using etcd for coordination
...
)
```
Expand Down

0 comments on commit 21aabdd

Please sign in to comment.