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

Commit

Permalink
Bump ClojureScript to 1.10.X
Browse files Browse the repository at this point in the history
  • Loading branch information
arichiardi committed Mar 27, 2018
1 parent 1f75042 commit 631e25d
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 @@ -8,6 +8,7 @@

### Changes

- Bump ClojureScript to 1.10.X ([#379](https://github.com/anmonteiro/lumo/pull/379)).
- Compiler update to 20180204.0.0 (from ClojureScript: https://github.com/clojure/clojurescript/commit/72e2ab6e63b3341aa26abcbdd72dc291cbd0c462)

## [1.8.0](https://github.com/anmonteiro/lumo/compare/1.8.0-beta...1.8.0) (2018-02-15)
Expand Down
2 changes: 1 addition & 1 deletion build.boot
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(def +clojurescript-version+ (or (System/getenv "CANARY_CLOJURESCRIPT_VERSION")
"1.9.946"))
"1.10.238"))
(def +node-version+ "9.8.0")

(set-env!
Expand Down

0 comments on commit 631e25d

Please sign in to comment.