Skip to content

Commit

Permalink
release with moquette 0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
source-c committed Aug 8, 2023
1 parent af4d311 commit 12d5e00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
(defproject com.dkdhub/clj-mqtt-broker "0.0.6-SNAPSHOT"
(defproject com.dkdhub/clj-mqtt-broker "0.0.6"
:description "A Clojure wrapper to the Moquette Broker library"
:url "https://github.com/dkdhub/clj-mqtt-broker"
:license {:name "Built In Project License"}
:dependencies [[io.moquette/moquette-broker "0.17-SNAPSHOT"
:dependencies [[io.moquette/moquette-broker "0.17"
:exclusions [com.bugsnag/bugsnag
org.slf4j/slf4j-api
org.slf4j/slf4j-log4j12]]])

0 comments on commit 12d5e00

Please sign in to comment.