Skip to content

Commit

Permalink
Updated deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
oubiwann committed Jul 20, 2018
1 parent 4482deb commit e4866bb
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [
[org.clojure/clojure "1.8.0"]
[potemkin "0.4.3"]]
[org.clojure/clojure "1.9.0"]
[potemkin "0.4.5"]]
:profiles {
:docs {
:dependencies [
[systems.billo/superhero-codox-theme "0.3.0"]]
:plugins [
[lein-codox "0.10.3"]
[lein-marginalia "0.9.0"]]
[lein-codox "0.10.4"]
[lein-marginalia "0.9.1"]]
:codox {
:project {:name "inet-address"}
:themes [:superhero]
Expand All @@ -22,7 +22,7 @@
:metadata {:doc/format :markdown}}}
:dev {
:dependencies [
[clojusc/trifl "0.1.0"]
[clojusc/trifl "0.3.0"]
[org.clojure/tools.namespace "0.2.11"]]
:source-paths [
"dev-resources/src"
Expand All @@ -37,9 +37,9 @@
(println (slurp "resources/text/loading.txt")))}}
:test {
:plugins [
[jonase/eastwood "0.2.3" :exclusions [org.clojure/clojure]]
[lein-kibit "0.1.5" :exclusions [org.clojure/clojure]]
[lein-ancient "0.6.10"]]}}
[jonase/eastwood "0.2.8" :exclusions [org.clojure/clojure]]
[lein-kibit "0.1.6" :exclusions [org.clojure/clojure]]
[lein-ancient "0.6.15"]]}}
:aliases {
"check-deps" ["with-profile" "+test" "ancient" "check" "all"]
"lint" ["with-profile" "+test" "kibit"]
Expand Down

0 comments on commit e4866bb

Please sign in to comment.