File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
{: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" ]]}
6
6
:docs {:plugins [[lein-codox " 0.10.8" ]
7
7
[org.timmc/nephila " 0.3.0" ]]}
8
8
:provided {:dependencies [[org.clojure/clojure " 1.12.0" ]]}
Original file line number Diff line number Diff line change 1
1
(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"
3
3
:url " https://github.com/source-c/clj-kafka-x"
4
4
:license {:name " Apache License 2.0"
5
5
:url " http://www.apache.org/licenses/LICENSE-2.0" }
You can’t perform that action at this time.
0 commit comments