Skip to content

Commit

Permalink
update readme and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
source-c committed Nov 5, 2021
1 parent e98e87f commit 46d3c63
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ NOTE: Still contains zookeeper as a dependency.

Tries to be as lightweigh as possible thus depends only on

- `org.apache.kafka/kafka_2.12 "2.8.0"`
- `org.apache.kafka/kafka-clients "2.8.0"`
- `org.apache.zookeeper/zookeeper "3.7.20"`
- `org.apache.kafka/kafka_2.12 "3.0.0"`
- `org.apache.kafka/kafka-clients "3.0.0"`
- `org.apache.zookeeper/zookeeper "3.7.0"`
but excluding `jms`,`jmx*` and logging.

Expand All @@ -34,7 +34,7 @@ Add the following to your http://github.com/technomancy/leiningen[Leiningen's]

[source,clojure]
----
[net.tbt-post/clj-kafka-x "0.5.1"]
[net.tbt-post/clj-kafka-x "0.6.0"]
----

== Usage
Expand Down
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(defproject net.tbt-post/clj-kafka-x "0.5.1"
:description "A Clojure wrapper for Apache Kafka v2 client"
(defproject net.tbt-post/clj-kafka-x "0.6.0"
:description "A Clojure wrapper for Apache Kafka v2/v3 client"
:url "https://github.com/source-c/clj-kafka-x"
:license {:name "Apache License 2.0"
:url "http://www.apache.org/licenses/LICENSE-2.0"}
Expand Down

0 comments on commit 46d3c63

Please sign in to comment.