Skip to content

Commit

Permalink
Merge pull request #42 from jesims/JESI-3014
Browse files Browse the repository at this point in the history
  • Loading branch information
BadAlgorithm committed Jan 29, 2020
2 parents e1c9311 + 36bf4df commit 36d8f00
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 3.3.1

* Update `org.clojure/core.async` to `0.7.559`
* Update `lambdaisland/kaocha` to `0.0-581`

# 3.3.0

* Removed `kibit` from default linters
Expand Down
8 changes: 4 additions & 4 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject io.jesi/parent "3.3.0"
(defproject io.jesi/parent "3.3.1"
:description "Clojure and NPM parent package definitions"
:url "https://github.com/jesims/parent#readme"
:license {:name "Eclipse Public License - v 1.0"
Expand All @@ -7,12 +7,12 @@
:comments "same as Clojure"}
:min-lein-version "2.9.1"
:managed-dependencies [[org.clojure/clojure "1.10.1"]
[thheller/shadow-cljs "2.8.77"]
[thheller/shadow-cljs "2.8.77"] ;TODO update to latest (at least 2.8.83)
[org.clojure/clojurescript "1.10.597"] ;Match version used in shadow-cljs
[io.jesi/backpack "5.0.0"]
[io.jesi/customs "1.0.0"]
[com.rpl/specter "1.1.3"]
[org.clojure/core.async "0.6.532"]
[org.clojure/core.async "0.7.559"]
;DB
[org.clojure/java.jdbc "0.7.11"]
[org.postgresql/postgresql "42.2.9"]
Expand All @@ -30,7 +30,7 @@
[lein-set-version "0.4.1"]]
:eastwood {:exclude-linters [:local-shadows-var]}
:dependencies [[clj-kondo "RELEASE"]
[lambdaisland/kaocha "0.0-565"]
[lambdaisland/kaocha "0.0-581"]
[lambdaisland/kaocha-cljs "0.0-68"]]}}
:global-vars {*warn-on-reflection* true}
:deploy-repositories [["clojars" {:url "https://clojars.org/repo"
Expand Down

0 comments on commit 36d8f00

Please sign in to comment.