Skip to content

Commit

Permalink
attempting to fix IClojure bug by updating org.flatland/ordered
Browse files Browse the repository at this point in the history
  • Loading branch information
metasoarous committed Feb 7, 2019
1 parent e15be6e commit e02199c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,28 @@

# CHANGELOG


## 1.5.6-SNAPSHOT

* trying to fix problem using IClojure kernel from Docker image


## 1.5.4, 1.5.5

* documentation improvements


## 1.5.3

* documentation improvements
* namespace resources/public as resources/oz/public to avoid resource clashes with Clojure CLI class path resolution


## 1.5.1, 1.5.2

* documentation improvements


## 1.5.0

* add preliminary `oz.core/export!` functionality (live vega output in html file)
Expand All @@ -25,6 +34,7 @@

* fix bad default home path for osx github cred file


## 1.4.0

* improved styling
Expand Down
4 changes: 3 additions & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject metasoarous/oz "1.5.5"
(defproject metasoarous/oz "1.5.6-SNAPSHOT"
:description "Great and powerful data visualizations in Clojure using Vega and Vega-lite"
:deploy-repositories {"releases" :clojars
"snapshots" :clojars}
Expand Down Expand Up @@ -30,6 +30,8 @@
[cljsjs/vega-tooltip "0.14.0-0"]
[markdown-to-hiccup "0.6.1"]
[org.clojars.didiercrunch/clojupyter "0.1.5"]
;; must be above yaml for jvm compilation fix
[org.flatland/ordered "1.5.7"]
[io.forward/yaml "1.0.9"]
[commonmark-hiccup "0.1.0"]
[org.clojure/spec.alpha "0.2.176"]
Expand Down

0 comments on commit e02199c

Please sign in to comment.