mirror of
https://github.com/journeyman-cc/smeagol.git
synced 2026-04-12 18:05:06 +00:00
Now with strongly encrypted passwords! With the security issue solved, I've
upversioned to 0.5.0.
This commit is contained in:
parent
1d87595a64
commit
37a61da33a
5 changed files with 66 additions and 28 deletions
|
|
@ -1,4 +1,4 @@
|
|||
(defproject smeagol "0.4.0-SNAPSHOT"
|
||||
(defproject smeagol "0.5.0-SNAPSHOT"
|
||||
:description "A simple Git-backed Wiki inspired by Gollum"
|
||||
:url "https://github.com/simon-brooke/smeagol"
|
||||
:dependencies [[org.clojure/clojure "1.6.0"]
|
||||
|
|
@ -9,6 +9,7 @@
|
|||
[com.taoensso/timbre "3.3.1" :exclusions [org.clojure/tools.reader]]
|
||||
[com.taoensso/tower "3.0.2" :exclusions [com.taoensso/encore]]
|
||||
[markdown-clj "0.9.55" :exclusions [com.keminglabs/cljx]]
|
||||
[crypto-password "0.1.3"]
|
||||
[clj-jgit "0.8.2"]
|
||||
[environ "1.0.0"]
|
||||
[im.chit/cronj "1.4.2"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue