sbt / sbt-s3

sbt-s3 is a simple sbt plugin to manipulate objects on Amazon S3
Apache License 2.0
63 stars 29 forks source link

sbt 0.13 version on Sonatype #68

Open kubukoz opened 3 years ago

kubukoz commented 3 years ago

Hi! Would it be possible to publish an sbt 0.13 compatible version to Sonatype? I published a fork because I needed it urgently, but it'd be nice to use the original organization name.

SethTisue commented 3 years ago

looks like an oversight — the publishing instructions at https://github.com/sbt/sbt-s3#publishing-a-new-release say sbt publishSigned, but probably sbt ^publishSigned was intended (as per https://www.scala-sbt.org/1.x/docs/Cross-Build-Plugins.html)

(I'm generally recommending that sbt plugin authors drop 0.13 from their crossbuilds at this point — I've been recommending that for quite a while now — but it does seem reasonable to publish one last time before doing that)

kubukoz commented 3 years ago

Hi @emersonloureiro, do you have the time to publish a 0.13-compatible version sometime soon?