Skip to content

Commit f7f7152

Browse files
committed
add missing dependency
1 parent fe90bc6 commit f7f7152

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file. This change log follows the conventions
44
of [keepachangelog.com](http://keepachangelog.com/).
55

6+
## 2.3.6 - 2026-01-02
7+
8+
### Changed
9+
10+
- Add missing dependency.
11+
612
## 2.3.5 - 2026-01-02
713

814
### Added

project.clj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject net.clojars.macielti/postgresql-component "2.3.5"
1+
(defproject net.clojars.macielti/postgresql-component "2.3.6"
22

33
:description "PostgreSQL Component"
44

@@ -14,15 +14,15 @@
1414
:dependencies [[org.clojure/clojure "1.12.4"]
1515
[io.pedestal/pedestal.interceptor "0.8.1"]
1616
[com.github.igrishaev/pg2-core "0.1.41"]
17+
[com.github.igrishaev/pg2-migration "0.1.41"]
1718
[org.clojure/tools.logging "1.3.1"]
1819
[integrant "1.0.1"]]
1920

2021
:profiles {:dev {:resource-paths ^:replace ["test/resources"]
2122

2223
:test-paths ^:replace ["test/unit" "test/integration" "test/helpers"]
2324

24-
:dependencies [[com.github.igrishaev/pg2-migration "0.1.41"]
25-
[nubank/matcher-combinators "3.9.2"]
25+
:dependencies [[nubank/matcher-combinators "3.9.2"]
2626
[org.slf4j/slf4j-api "2.0.17"]
2727
[ch.qos.logback/logback-classic "1.5.23"]
2828
[prismatic/schema "1.4.1"]

0 commit comments

Comments
 (0)