Type mismatch when upgrading from 3.0.7 to 3.0.9
gbastkowski opened this issue · 4 comments
gbastkowski commented
Having an S3 client up and running, basically as described in the readme, an upgrade from 3.0.7 to version 3.0.9 leads to the following compile error:
[error] found : software.amazon.awssdk.services.s3.S3Client
[error] required: io.laserdisc.pure.s3.tagless.S3AsyncClientOp[?]
[error] .eval(S3.create(awsS3SyncClient, blocker))
semenodm commented
I will fix the readme
semenodm commented
@gbastkowski please check the latest changes in readme plus S3 examples