소스 검색

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