nubank / matcher-combinators

Library for creating matcher combinator to compare nested data structures
Other
468 stars 23 forks source link

Bump clojure tools versions #220

Closed gilvan-reis closed 9 months ago

gilvan-reis commented 9 months ago

Even after adding the license to the POM file, we still can not deploy to clojars.

After some analysis, I discovered the problem was related to the tools.deps version (0.16.1264) being used that does not support the usage of the :pom-data.

So I'm bumping the tools.build version to generate the correct POM file. I could verify that everything was correct by executing bb jar and checking the file on target/classes/META-INF/maven/nubank/matcher-combinators/pom.xml

philomates commented 9 months ago

so it required a version downgrade of tools.deps? If the build runs, then :shipit: thanks for investigating

gilvan-reis commented 9 months ago

@philomates Actually it was a upgrade of tools.deps from 0.16.1264 to 0.18.1354