-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version bump should be on patch and not on minor
- Loading branch information
asaf.chelouche
committed
Dec 28, 2020
1 parent
8e397ac
commit 94e9f0b
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
(defproject unleash-client-clojure "0.3.0" | ||
(defproject unleash-client-clojure "0.2.1" | ||
:description "A Clojure library wrapping https://github.com/Unleash/unleash-client-java" | ||
:url "https://github.com/AppsFlyer/unleash-client-clojure" | ||
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0" | ||
:url "https://www.eclipse.org/legal/epl-2.0/"} | ||
:url "https://www.eclipse.org/legal/epl-2.0/"} | ||
:dependencies [[no.finn.unleash/unleash-client-java "3.3.3"]] | ||
:profiles {:dev {:dependencies [[org.clojure/clojure "1.10.1"] | ||
[clj-kondo "RELEASE"] | ||
[org.apache.logging.log4j/log4j-core "2.11.2"]] | ||
:aliases {"clj-kondo" ["run" "-m" "clj-kondo.main"] | ||
"lint" ["run" "-m" "clj-kondo.main" "--lint" "src" "test"]} | ||
:plugins [[lein-ancient "0.6.15"] | ||
:aliases {"clj-kondo" ["run" "-m" "clj-kondo.main"] | ||
"lint" ["run" "-m" "clj-kondo.main" "--lint" "src" "test"]} | ||
:plugins [[lein-ancient "0.6.15"] | ||
[lein-cloverage "1.2.0"]] | ||
:global-vars {*warn-on-reflection* true}}}) | ||
:global-vars {*warn-on-reflection* true}}}) |