Revert "Bump ClojureScript dependency to 1.9.293." Fixes #122. Version 0.3.3.

This reverts commit 327711bb53.
This commit is contained in:
Richard Newman 2016-11-28 15:17:09 -08:00
parent 103a86f440
commit 9c2978c04e

View file

@ -1,9 +1,9 @@
(defproject mozilla/datomish "0.3.3-SNAPSHOT"
(defproject mozilla/datomish "0.3.3"
:description "A persistent, embedded knowledge base inspired by Datomic and DataScript."
:url "https://github.com/mozilla/datomish"
:license {:name "Apache License, Version 2.0"
:url "https://www.apache.org/licenses/LICENSE-2.0"}
:dependencies [[org.clojure/clojurescript "1.9.293"]
:dependencies [[org.clojure/clojurescript "1.9.229"]
[org.clojure/clojure "1.8.0"]
[org.clojure/core.async "0.2.385"]
[datascript "0.15.4"]