Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update to Immutant 2.1.1/lein-immutant 2.1.0
  • Loading branch information
tobias committed Nov 13, 2015
1 parent 0207c32 commit aebb6e2
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.7.0"]
[org.immutant/immutant "2.1.0"]
[org.immutant/immutant "2.1.1"]
[compojure "1.3.4"]
[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"]]
:plugins [[lein-immutant "2.1.0"]]
:main demo.core
:uberjar-name "demo-standalone.jar"
:min-lein-version "2.4.0"
Expand Down

0 comments on commit aebb6e2

Please sign in to comment.