Skip to content

Commit

Permalink
Update to beta3.
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias committed Apr 13, 2015
1 parent 91ed29d commit f140bf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.clj
Expand Up @@ -4,7 +4,7 @@
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.6.0"]
[org.immutant/immutant "2.x.incremental.561"]
[org.immutant/immutant "2.0.0-beta3"]
[compojure "1.3.1"]
[ring/ring-devel "1.3.1"]
[org.clojure/core.memoize "0.5.6"]
Expand All @@ -15,7 +15,7 @@
[com.h2database/h2 "1.3.176"]]
:repositories [["Immutant incremental builds"
"http://downloads.immutant.org/incremental/"]]
:plugins [[lein-immutant "2.0.0-beta1"]]
:plugins [[lein-immutant "2.0.0"]]
:main demo.core
:uberjar-name "demo-standalone.jar"
:profiles {:uberjar {:aot [demo.core]}}
Expand Down

0 comments on commit f140bf9

Please sign in to comment.