Skip to content

Commit

Permalink
Merge pull request #44 from jesims/JESI-3011
Browse files Browse the repository at this point in the history
  • Loading branch information
André de Jager committed Mar 23, 2020
2 parents 46e975c + 78b35bc commit fb84160
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 3.5.0
* Changed `lein-pprint` to be a (non `:dev`) plugin
* Updated lein-pprint to `1.3.2`

# 3.4.0

* Added [shadow-cljs](https://github.com/thheller/shadow-cljs) develop dependency and alias
Expand Down
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject io.jesi/parent "3.4.0"
(defproject io.jesi/parent "3.5.0"
:description "Clojure and NPM parent package definitions"
:url "https://github.com/jesims/parent#readme"
:license {:name "Eclipse Public License - v 1.0"
Expand All @@ -19,13 +19,13 @@
[clj-postgresql "0.7.0"]
[nilenso/honeysql-postgres "0.2.6"]]
:dependencies [[org.clojure/clojure]]
:plugins [[lein-pprint "1.3.2"]]
:profiles {:parent/dev {:plugins [[jonase/eastwood "0.3.7"]
[lein-ancient "0.6.15"]
[lein-auto "0.1.3"]
[lein-codox "0.10.7"]
[lein-kibit "0.1.8"]
[lein-nsorg "0.3.0"]
[lein-pprint "1.2.0"]
[lein-set-version "0.4.1"]]
:eastwood {:exclude-linters [:local-shadows-var]}
;TODO split CLJ and CLJS dependencies to separate profiles
Expand Down

0 comments on commit fb84160

Please sign in to comment.