diff --git a/project.clj b/project.clj index c3eb0cf..048bce6 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject dda/mastodon-bot "1.10.5" +(defproject dda/mastodon-bot "1.10.6" :description "Bot to publish twitter, tumblr or rss posts to an mastodon account." :url "https://github.com/yogthos/mastodon-bot" :author "Dmitri Sotnikov" @@ -9,8 +9,8 @@ :resource-paths ["src/main/resources"] :repositories [["snapshots" :clojars] ["releases" :clojars]] - :deploy-repositories [["snapshots" :clojars] - ["releases" :clojars]] + :deploy-repositories [["releases" {:sign-releases false :url "https://clojars.org"}] + ["snapshots" {:sign-releases false :url "https://clojars.org"}]] :profiles {:test {:test-paths ["src/test/cljc"] :resource-paths ["src/test/resources"] :dependencies []}})