Skip to content

Commit

Permalink
release "2.9.10.50"
Browse files Browse the repository at this point in the history
  • Loading branch information
yogthos committed May 13, 2016
1 parent 87b8ccd commit a9ade15
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
@@ -1,5 +1,6 @@
## 2.9.10.50

- bumped up to latest clojure.java.jdbc
- bumped up alpeh/jetty dependencies
- switched logger to use `defstate`

Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject luminus/lein-template "2.9.10.49"
(defproject luminus/lein-template "2.9.10.50"
:description "a template for creating Luminus applications"
:url "https://github.com/yogthos/luminus-template"
:license {:name "MIT License"
Expand Down
2 changes: 1 addition & 1 deletion resources/leiningen/new/luminus/core/README.md
@@ -1,6 +1,6 @@
# <<name>>

generated using Luminus version "2.9.10.49"
generated using Luminus version "2.9.10.50"

FIXME

Expand Down
6 changes: 3 additions & 3 deletions src/leiningen/new/db.clj
Expand Up @@ -10,8 +10,8 @@
(some #{"+sqlite"} features) :sqlite))

(defn db-dependencies [options]
[['luminus-migrations "0.1.4"]
['conman "0.5.4"]
[['luminus-migrations "0.1.5"]
['conman "0.5.5"]
({:postgres ['org.postgresql/postgresql "9.4-1206-jdbc4"]
:mysql ['mysql/mysql-connector-java "5.1.6"]
:h2 ['com.h2database/h2 "1.4.191"]
Expand Down Expand Up @@ -59,7 +59,7 @@
(let [embedded-db? (some #{(name db)} ["h2" "sqlite"])]
(-> options
(append-options :dependencies (db-dependencies options))
(append-options :plugins [['migratus-lein "0.3.0"]])
(append-options :plugins [['migratus-lein "0.3.1"]])
(assoc
:relational-db true
:db-connection (not embedded-db?)
Expand Down

0 comments on commit a9ade15

Please sign in to comment.