Skip to content

Commit

Permalink
Merge pull request duct-framework#106 from kwrooijen/feature/update-m…
Browse files Browse the repository at this point in the history
…odule-sql

Update duct/module.sql dependency to 0.6.0
  • Loading branch information
weavejester authored Jan 24, 2020
2 parents c2a7691 + 1c6bc19 commit 16b739e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lein-template/src/duct/duct_template.clj
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

(defn postgres-profile [_]
(let [postgresql-uri "jdbc:postgresql://localhost/postgres"]
{:deps '[[duct/module.sql "0.5.0"]
{:deps '[[duct/module.sql "0.6.0"]
[org.postgresql/postgresql "42.2.5"]]
:modules {:duct.module/sql {}}
:profile-dev {:duct.database/sql {:connection-uri postgresql-uri}}
Expand All @@ -68,7 +68,7 @@

(defn sqlite-profile [_]
(let [sqlite-uri "jdbc:sqlite:db/dev.sqlite"]
{:deps '[[duct/module.sql "0.5.0"]
{:deps '[[duct/module.sql "0.6.0"]
[org.xerial/sqlite-jdbc "3.27.2"]]
:dirs ["db"]
:modules {:duct.module/sql {}}
Expand Down

0 comments on commit 16b739e

Please sign in to comment.