Skip to content

Commit

Permalink
Update to ClojureScript 1.50.597 (#1024)
Browse files Browse the repository at this point in the history
Fixes #1023
  • Loading branch information
mfikes committed Nov 20, 2019
1 parent 62254bc commit 7356d32
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file. This change
- Implement `console.time*` functionality ([#997](https://github.com/planck-repl/planck/issues/997))

### Changed
- Update to ClojureScript 1.10.597
- Ship with `com.cognitect/transit-js` supporting meta serialization functionality ([#1009](https://github.com/planck-repl/planck/issues/1009))
- Remove unneeded `planck.repl` require in `planck.io` and `planck.http` ([#1007](https://github.com/planck-repl/planck/issues/1007))

Expand Down
2 changes: 1 addition & 1 deletion doc/repl.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ If you don't provide any `-i` or `-e` options or args to `plk` when launching it

```
$ plk
ClojureScript 1.10.520
ClojureScript 1.10.597
cljs.user=> ▊
```

Expand Down
2 changes: 1 addition & 1 deletion planck-cljs/deps.edn
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{:deps {org.clojure/clojurescript {:mvn/version "1.10.520"}
{:deps {org.clojure/clojurescript {:mvn/version "1.10.597"}
org.clojure/google-closure-library {:mvn/version "0.0-20190213-2033d5d9"}
org.clojure/test.check {:mvn/version "0.10.0-alpha4"}
com.cognitect/transit-cljs {:mvn/version "0.8.256"}
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:source-paths ["planck-cljs/src"]
:dependencies [[org.clojure/clojurescript "1.10.520"]
:dependencies [[org.clojure/clojurescript "1.10.597"]
[fipp "0.6.18"]
[malabarba/lazy-map "1.3"]
[com.cognitect/transit-cljs "0.8.256"]
Expand Down

0 comments on commit 7356d32

Please sign in to comment.