From 9c2978c04e1854a87da12cb6db976b9c09f29d45 Mon Sep 17 00:00:00 2001 From: Richard Newman Date: Mon, 28 Nov 2016 15:17:09 -0800 Subject: [PATCH] Revert "Bump ClojureScript dependency to 1.9.293." Fixes #122. Version 0.3.3. This reverts commit 327711bb53c7ae509eda5b9fa446f83f0f48d981. --- project.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project.clj b/project.clj index ba598d0c..b5a76f9a 100644 --- a/project.clj +++ b/project.clj @@ -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"]