This repository was archived by the owner on Aug 30, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- (defproject hn-reader " 0.2.2 "
1
+ (defproject hn-reader " 0.2.3 "
2
2
:description " Easy ways to access all of the latest Hacker News links in one page"
3
3
:url " https://github.com/agilecreativity/hn-reader"
4
4
:license {:name " Eclipse Public License"
5
5
:url " http://www.eclipse.org/legal/epl-v10.html" }
6
- :profiles {:dev {:dependencies [[lein-bin " 0.3 .5" ]
7
- [com.jakemccrary/lein-test-refresh " 0.22 .0" ]]}
6
+ :profiles {:dev {:dependencies [[lein-binplus " 0.6 .5" ]
7
+ [com.jakemccrary/lein-test-refresh " 0.23 .0" ]]}
8
8
:uberjar {:aot :all }}
9
9
:source-paths [" src/clj" ]
10
10
:java-source-paths [" src/java" ]
11
11
:bin {:name " hn-reader"
12
12
:bin-path " ~/bin"
13
13
:bootclasspath true }
14
- :plugins [[lein-bin " 0.3 .5" ]
15
- [lein-cljfmt " 0.5.7 " ]
14
+ :plugins [[lein-binplus " 0.6 .5" ]
15
+ [lein-cljfmt " 0.6.4 " ]
16
16
[lein-auto " 0.1.3" ]]
17
- :dependencies [[org.clojure/clojure " 1.9 .0" ]
17
+ :dependencies [[org.clojure/clojure " 1.10 .0" ]
18
18
[reaver " 0.1.2" ]
19
- [org.clojure/tools.cli " 0.3.5 " ]
20
- [me.raynes /fs " 1.4.6 " ]]
19
+ [org.clojure/tools.cli " 0.4.1 " ]
20
+ [akvo /fs " 20180904-152732.6dad3934 " ]]
21
21
:main com.agilecreativity.hn_reader.main )
You can’t perform that action at this time.
0 commit comments