Skip to content

Commit

Permalink
Merge pull request #66 from jesims/bump-kaocha-cljs
Browse files Browse the repository at this point in the history
bump-kaocha-cljs
  • Loading branch information
André de Jager committed Jun 9, 2021
2 parents 0c73d75 + 4aaeaf4 commit 158cc29
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# project.clj 4.12.0

Updated:

* `project.clj`
* `com.lambdaisland/glogi` to `1.0.116`
* `com.lambdaisland/kaocha-cljs` to `1.0.93`

# project.clj 4.11.0

Added:
Expand Down
5 changes: 3 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject io.jesi/parent "4.11.0"
(defproject io.jesi/parent "4.12.0"
: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 @@ -36,7 +36,8 @@
:dependencies [[clj-kondo "RELEASE"]
[lambdaisland/kaocha "1.0.861"]
[thheller/shadow-cljs]
[lambdaisland/kaocha-cljs "0.0-71"]]}
[com.lambdaisland/glogi "1.0.116"]
[com.lambdaisland/kaocha-cljs "1.0.93"]]}
:parent/uberjar {:global-vars {*assert* false}}
:check {:source-paths ["src" "test"]}}
:global-vars {*warn-on-reflection* true}
Expand Down

0 comments on commit 158cc29

Please sign in to comment.