Skip to content

Commit

Permalink
Update README to version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markusjura authored Sep 18, 2017
1 parent 719feb2 commit fff9cd7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,20 @@ You will need to add the following dependency in your `build.sbt` in addition to
+
[source]
----
libraryDependencies += "com.lightbend.constructr" %% "constructr-coordination-zookeeper" % "0.3.5"
libraryDependencies += "com.lightbend.constructr" %% "constructr-coordination-zookeeper" % "0.4.0"
----

Gradle::
Add following to `build.gradle`.
+
.Scala 2.11
----
compile 'com.lightbend.constructr:constructr-coordination-zookeeper_2.11:0.3.5'
compile 'com.lightbend.constructr:constructr-coordination-zookeeper_2.11:0.4.0'
----
+
.Scala 2.12
----
compile 'com.lightbend.constructr:constructr-coordination-zookeeper_2.12:0.3.5'
compile 'com.lightbend.constructr:constructr-coordination-zookeeper_2.12:0.4.0'
----

== Configuration
Expand Down Expand Up @@ -66,4 +66,4 @@ constructr.coordination.nodes = "10.10.10.10:2181,10.10.10.11:2181,10.10.10.12:2

Run tests:

$ sbt test
$ sbt test

0 comments on commit fff9cd7

Please sign in to comment.