Hi, I'm migrating a project from gradle to sbt and I noticed one strange thing. I'm not able to publish the snapshot artifact more than once (for the same snapshot version). It was possible with gradle, but with sbt-github-packages once uploaded I'm getting:
[error] (publish) java.io.IOException: Server returned HTTP response code: 409 for URL: https://maven.pkg.github.com/...._2.12-0.0.1-SNAPSHOT.pom
[error] Total time: 1 s, completed 9 lut 2021, 13:51:49
any ideas on how this could be fixed?
Hi, I'm migrating a project from gradle to sbt and I noticed one strange thing. I'm not able to publish the snapshot artifact more than once (for the same snapshot version). It was possible with gradle, but with sbt-github-packages once uploaded I'm getting:
any ideas on how this could be fixed?