Skip to content

Commit 74d567b

Browse files
author
A I
committed
update project description
1 parent f6afa3b commit 74d567b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

profiles.clj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{:dev {:dependencies [[midje "1.10.10"]
2-
[org.slf4j/slf4j-simple "2.0.12"]
3-
[org.mockito/mockito-core "5.11.0"]]
4-
:test-paths ["test"]
5-
:plugins [[lein-cloverage "1.2.4"]]}
2+
[org.slf4j/slf4j-simple "2.0.12"]
3+
[org.mockito/mockito-core "5.11.0"]]
4+
:test-paths ["test"]
5+
:plugins [[lein-cloverage "1.2.4"]]}
66
:docs {:plugins [[lein-codox "0.10.8"]
77
[org.timmc/nephila "0.3.0"]]}
88
:provided {:dependencies [[org.clojure/clojure "1.12.0"]]}

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(defproject net.tbt-post/clj-kafka-x "0.8.0"
2-
:description "A Clojure wrapper for Apache Kafka v2/v3 client"
2+
:description "A Clojure wrapper for Apache Kafka"
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)