Skip to content

Commit

Permalink
Merge pull request #38 from jesims/JESI-3014
Browse files Browse the repository at this point in the history
  • Loading branch information
axrs committed Jan 10, 2020
2 parents 8aec5a4 + dad0067 commit 3c36df0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 3.0.2

* Fix not being able to set own :dev and :test profiles by removing them

# 3.0.1

* Fix unable to find `io.jesi/customs` by moving to to managed dependency
Expand Down
6 changes: 2 additions & 4 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject io.jesi/parent "3.0.1"
(defproject io.jesi/parent "3.0.2"
:description "Clojure and NPM parent package definitions"
:url "https://github.com/jesims/parent#readme"
:license {:name "Eclipse Public License - v 1.0"
Expand Down Expand Up @@ -27,9 +27,7 @@
[lein-pprint "1.2.0"]
[lein-set-version "0.4.1"]]
:dependencies [[lambdaisland/kaocha "0.0-565"]
[lambdaisland/kaocha-cljs "0.0-68"]]}
:dev [:parent/dev]
:test [:dev]}
[lambdaisland/kaocha-cljs "0.0-68"]]}}
:global-vars {*warn-on-reflection* true}
:deploy-repositories [["clojars" {:url "https://clojars.org/repo"
:username :env/clojars_username
Expand Down

0 comments on commit 3c36df0

Please sign in to comment.