File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- (defproject unleash-client-clojure " 0.3.0 "
1
+ (defproject unleash-client-clojure " 0.2.1 "
2
2
:description " A Clojure library wrapping https://github.com/Unleash/unleash-client-java"
3
3
:url " https://github.com/AppsFlyer/unleash-client-clojure"
4
4
:license {:name " EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
5
- :url " https://www.eclipse.org/legal/epl-2.0/" }
5
+ :url " https://www.eclipse.org/legal/epl-2.0/" }
6
6
:dependencies [[no.finn.unleash/unleash-client-java " 3.3.3" ]]
7
7
:profiles {:dev {:dependencies [[org.clojure/clojure " 1.10.1" ]
8
8
[clj-kondo " RELEASE" ]
9
9
[org.apache.logging.log4j/log4j-core " 2.11.2" ]]
10
- :aliases {" clj-kondo" [" run" " -m" " clj-kondo.main" ]
11
- " lint" [" run" " -m" " clj-kondo.main" " --lint" " src" " test" ]}
12
- :plugins [[lein-ancient " 0.6.15" ]
10
+ :aliases {" clj-kondo" [" run" " -m" " clj-kondo.main" ]
11
+ " lint" [" run" " -m" " clj-kondo.main" " --lint" " src" " test" ]}
12
+ :plugins [[lein-ancient " 0.6.15" ]
13
13
[lein-cloverage " 1.2.0" ]]
14
- :global-vars {*warn-on-reflection* true }}})
14
+ :global-vars {*warn-on-reflection* true }}})
You can’t perform that action at this time.
0 commit comments