Skip to content

Commit

Permalink
(maint) Update clojure/test.check to match other projects
Browse files Browse the repository at this point in the history
Jar-jar and puppetdb now use version 1.1.1 of `clojure.test/check`, so
this library's pin to 0.9.0 causes dependency confusion in projects that
depend on this and either of those. This commit updates the version used
here to match the rest of the PE ecosystem.
  • Loading branch information
Magisus committed Oct 2, 2024
1 parent 092001b commit 8626d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
:pedantic? :abort
:dependencies [[org.clojure/clojure]
[org.clojure/java.jdbc]
[org.clojure/test.check "0.9.0"]
[org.clojure/test.check "1.1.1"]
[org.postgresql/postgresql]
[migratus "1.3.5" :exclusions [org.clojure/clojure]]
[com.zaxxer/HikariCP]
Expand Down

0 comments on commit 8626d66

Please sign in to comment.