Skip to content

Commit

Permalink
Merge pull request #95 from puppetlabs/PE-37972-update-clj-parent-for…
Browse files Browse the repository at this point in the history
…-pgjdbc-42.4.5

(PE-37972) update clj-parent for pgjdbc v42.4.5
  • Loading branch information
jonathannewman authored May 3, 2024
2 parents 96dbe27 + 5871492 commit c8ce514
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@
[io.dropwizard.metrics/metrics-healthchecks "3.2.2"]
[cheshire]]

:profiles {:dev {:dependencies [[org.slf4j/slf4j-api "1.7.25"]
[org.slf4j/slf4j-log4j12 "1.7.25"]
[log4j/log4j "1.2.17"]]}}
:profiles {:dev {:dependencies [[org.slf4j/slf4j-api]
[org.slf4j/log4j-over-slf4j]]}}

:plugins [[lein-release "1.0.9"]
[lein-parent "0.3.7"]
Expand All @@ -31,7 +30,7 @@
:lein-release {:scm :git
:deploy-via :lein-deploy}

:parent-project {:coords [puppetlabs/clj-parent "5.3.1"]
:parent-project {:coords [puppetlabs/clj-parent "5.6.15"]
:inherit [:managed-dependencies]}

:deploy-repositories [["releases" {:url "https://clojars.org/repo"
Expand Down

0 comments on commit c8ce514

Please sign in to comment.