mirror of
https://github.com/journeyman-cc/smeagol.git
synced 2026-04-12 18:05:06 +00:00
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:
parent
d22bd72f5a
commit
8cb51260fe
3 changed files with 4 additions and 6 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue