Skip to content
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.

Commit

Permalink
[Fix #341] Bump tools.reader with the unicode literal warning fix (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
arichiardi committed Jan 18, 2018
1 parent 59f175e commit a2691c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- Lumo script failure when redirecting stdout? ([#286](https://github.com/anmonteiro/lumo/issues/286)).
- Load required macro namespaces when reading analysis cache ([#308](https://github.com/anmonteiro/lumo/issues/308)).
- Don't look for the REPL history file in the user's home directory if one doesn't exist ([#309](https://github.com/anmonteiro/lumo/issues/309)).
- Use `tools.reader` with the unicode literal / cljs.core/bit-or warning ([#341](https://github.com/anmonteiro/lumo/issues/341)).

### Changes

Expand Down
2 changes: 1 addition & 1 deletion build.boot
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
:asset-paths #{"src/js" "src/cljs/bundled"}
:dependencies '[[org.clojure/clojure "1.9.0-RC1"]
[org.clojure/clojurescript "1.9.946"]
[org.clojure/tools.reader "1.1.1"]
[org.clojure/tools.reader "1.1.2"]
[com.cognitect/transit-cljs "0.8.243"]
[malabarba/lazy-map "1.3"]
[fipp "0.6.12"]
Expand Down

0 comments on commit a2691c5

Please sign in to comment.