Skip to content

Commit 46d3c63

Browse files
committed
update readme and bump version
1 parent e98e87f commit 46d3c63

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ NOTE: Still contains zookeeper as a dependency.
88

99
Tries to be as lightweigh as possible thus depends only on
1010

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

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

3535
[source,clojure]
3636
----
37-
[net.tbt-post/clj-kafka-x "0.5.1"]
37+
[net.tbt-post/clj-kafka-x "0.6.0"]
3838
----
3939

4040
== Usage

project.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
(defproject net.tbt-post/clj-kafka-x "0.5.1"
2-
:description "A Clojure wrapper for Apache Kafka v2 client"
1+
(defproject net.tbt-post/clj-kafka-x "0.6.0"
2+
:description "A Clojure wrapper for Apache Kafka v2/v3 client"
33
:url "https://github.com/source-c/clj-kafka-x"
44
:license {:name "Apache License 2.0"
55
:url "http://www.apache.org/licenses/LICENSE-2.0"}

0 commit comments

Comments
 (0)