mirror of
https://github.com/penpot/penpot.git
synced 2025-08-02 21:08:31 +02:00
✨ Downgrade s3 sdk for compatibility with minio (#5946)
* 📚 Add `⬇️` emoji to the contributing guide For cases where we need to downgrade dependencies * ✨ Downgrade S3 SDK version Mainly for minio and other S3-compatible services
This commit is contained in:
parent
6c1e8c3fe8
commit
a549d783ba
3 changed files with 3 additions and 3 deletions
|
@ -59,8 +59,7 @@
|
|||
|
||||
;; Pretty Print specs
|
||||
pretty-spec/pretty-spec {:mvn/version "0.1.4"}
|
||||
software.amazon.awssdk/s3 {:mvn/version "2.30.26"}
|
||||
}
|
||||
software.amazon.awssdk/s3 {:mvn/version "2.28.26"}}
|
||||
|
||||
:paths ["src" "resources" "target/classes"]
|
||||
:aliases
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue