Skip to content

Commit

Permalink
Merge pull request #25 from jesims/JESI-2817
Browse files Browse the repository at this point in the history
  • Loading branch information
axrs committed Jul 25, 2019
2 parents 57ea5e2 + 16640b7 commit 864b6e9
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(def slf4j-version "1.7.26")

(defproject io.jesi/parent "0.0.20"
(defproject io.jesi/parent "0.0.21"
:description "Clojure and NPM parent package definitions"
:url "https://github.com/jesims/parent#readme"
:license {:name "Eclipse Public License - v 1.0"
Expand All @@ -9,7 +9,7 @@
:comments "same as Clojure"}
:min-lein-version "2.8.1"
:managed-dependencies [[org.clojure/clojure "1.10.1"]
[thheller/shadow-cljs "2.8.37"]
[thheller/shadow-cljs "2.8.41"]
[io.jesi/backpack "1.1.0"]
[com.rpl/specter "1.1.2"]
[org.clojure/core.async "0.4.490"]
Expand All @@ -31,12 +31,8 @@
:profiles {:dev {:plugins [[com.jakemccrary/lein-test-refresh "0.24.1"]
[lein-ancient "0.6.15"]
[lein-auto "0.1.3"]
[lein-set-version "0.4.1"]
[venantius/ultra "0.6.0"]]
:dependencies [[circleci/circleci.test "0.4.2"]
[pjstadig/humane-test-output "0.9.0"]]
:injections [(require 'pjstadig.humane-test-output)
(pjstadig.humane-test-output/activate!)]}}
[lein-set-version "0.4.1"]]
:dependencies [[circleci/circleci.test "0.4.2"]]}}
:global-vars {*warn-on-reflection* true}
:test-refresh {:quiet true
:with-repl true
Expand Down

0 comments on commit 864b6e9

Please sign in to comment.