Fixed the master branch to correct breakage due to non-backward-compatibility in cider.

`develop` branch is still very broken at this time.
This commit is contained in:
Simon Brooke 2026-03-29 16:03:39 +01:00
parent d22bd72f5a
commit 8cb51260fe
3 changed files with 4 additions and 6 deletions

View file

@ -1,4 +1,4 @@
(defproject smeagol "1.0.4"
(defproject smeagol "1.0.4a"
:description "A simple Git-backed Wiki inspired by Gollum"
:url "https://github.com/simon-brooke/smeagol"
:license {:name "GNU General Public License,version 2.0 or (at your option) any later version"
@ -23,7 +23,7 @@
[me.raynes/fs "1.4.6"]
[noir-exception "0.2.5"]
[org.clojars.simon_brooke/internationalisation "1.0.3"]
[org.clojure/clojure "1.8.0"]
[org.clojure/clojure "1.10.0"]
[org.clojure/core.memoize "0.5.9"]
[org.clojure/data.json "0.2.6"]
[org.clojure/tools.logging "0.4.0"]