Skip to content

Commit

Permalink
bump glogi version to 1.0.100
Browse files Browse the repository at this point in the history
Clojurescript 1.10.844 includes Google Closure 0.0-20201211-3e6c510d,
which contains breaking changes in logging modules. Bump glogi so that
chui works with Clojurescript 1.10.844.

See: lambdaisland/glogi#10
  • Loading branch information
quesebifurcan committed Apr 16, 2021
1 parent d4e2a22 commit a2b92f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

## Changed

- Upgrade glogi dependency

# 1.0.173 (2021-02-26 / 1e3ed0b)

## Changed
Expand Down
2 changes: 1 addition & 1 deletion modules/chui-core/deps.edn
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{:paths ["src"]
:deps {lambdaisland/glogi {:mvn/version "1.0.70"}
:deps {lambdaisland/glogi {:mvn/version "1.0.100"}
lambdaisland/deep-diff2 {:mvn/version "2.0.108" :exclusions [org.clojure/clojurescript]}
kitchen-async/kitchen-async {:mvn/version "0.1.0-SNAPSHOT" :exclusions [org.clojure/core.async]}}}

0 comments on commit a2b92f7

Please sign in to comment.