|
3 | 3 | :description "TechEmpower Luminus benchmark" |
4 | 4 | :url "https://github.com/TechEmpower/FrameworkBenchmarks" |
5 | 5 |
|
6 | | - :dependencies [[org.clojure/clojure "1.10.0"] |
7 | | - [cheshire "5.7.0"] |
8 | | - [selmer "1.10.7"] |
9 | | - [markdown-clj "0.9.98"] |
10 | | - [metosin/muuntaja "0.2.1"] |
11 | | - [metosin/ring-http-response "0.8.2"] |
12 | | - [bouncer "1.0.1"] |
13 | | - [org.webjars/bootstrap "4.2.1"] |
14 | | - [org.webjars/font-awesome "5.6.1"] |
15 | | - [org.webjars.bower/tether "1.4.4"] |
16 | | - [org.webjars/jquery "3.3.1"] |
17 | | - [org.clojure/tools.logging "0.4.1"] |
18 | | - [com.taoensso/tower "3.0.2"] |
19 | | - [compojure "1.5.2"] |
20 | | - [ring-webjars "0.1.1"] |
21 | | - [ring/ring-defaults "0.2.3"] |
22 | | - [mount "0.1.11"] |
23 | | - [cprop "0.1.10"] |
24 | | - [org.clojure/tools.cli "0.3.5"] |
25 | | - [luminus-nrepl "0.1.4"] |
26 | | - [org.webjars/webjars-locator-jboss-vfs "0.1.0"] |
27 | | - [luminus-immutant "0.2.3"] |
28 | | - [luminus-migrations "0.3.0"] |
29 | | - [conman "0.6.3"] |
30 | | - [org.postgresql/postgresql "42.2.5"] |
31 | | - [luminus-log4j "0.1.5"]] |
| 6 | + :dependencies [[org.clojure/clojure "1.12.3"] |
| 7 | + [cheshire "6.1.0"] |
| 8 | + [selmer "1.12.67"] |
| 9 | + [metosin/ring-http-response "0.9.5"] |
| 10 | + [org.webjars/bootstrap "5.3.8"] |
| 11 | + [org.clojure/tools.logging "1.3.0"] |
| 12 | + [compojure "1.7.2"] |
| 13 | + [mount "0.1.23"] |
| 14 | + [cprop "0.1.21"] |
| 15 | + [org.clojure/tools.cli "1.2.245"] |
| 16 | + [luminus-immutant "0.2.5"] |
| 17 | + [luminus-migrations "0.7.5"] |
| 18 | + [conman "0.9.6"] |
| 19 | + [org.postgresql/postgresql "42.7.8"] |
| 20 | + [luminus-log4j "0.1.7"]] |
32 | 21 |
|
33 | 22 | :min-lein-version "2.0.0" |
34 | 23 |
|
|
39 | 28 | :main hello.core |
40 | 29 | :migratus {:store :database :db ~(get (System/getenv) "DATABASE_URL")} |
41 | 30 |
|
42 | | - :plugins [[lein-cprop "1.0.1"] |
43 | | - [migratus-lein "0.2.6"]] |
44 | 31 | :profiles |
45 | 32 | {:uberjar {:omit-source true |
46 | 33 | :jvm-opts ["-D\"clojure.compiler.direct-linking=true\""] |
|
0 commit comments