瀏覽代碼

use later version of cryogen

Harlan Iverson 6 年之前
父節點
當前提交
dc3ebde0a5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/project.clj

+ 1 - 1
app/project.clj

@@ -9,7 +9,7 @@
                            [compojure "1.6.0"]
                            [ring-server "0.5.0"]
                            [cryogen-markdown "0.1.7"]
-                           [cryogen-core "0.1.60-harlanji-SNAPSHOT"]]
+                           [cryogen-core "0.1.65-harlanji-SNAPSHOT"]]
             :plugins [[lein-ring "0.9.7"]]
             :main cryogen.core
             ;:jvm-opts ["-Xmx1G" "-Xverify:none"] ; additive by default -- https://github.com/technomancy/leiningen/pull/1230