softwaremill / elasticmq

In-memory message queue with an Amazon SQS-compatible interface. Runs stand-alone or embedded.
https://softwaremill.com/open-source/
Apache License 2.0
2.46k stars 193 forks source link

Allow to release elasticmq for scala 3 #937

Closed jchyb closed 6 months ago

jchyb commented 6 months ago

My last PR introduced support for Scala 3. However after the release that included it, I noticed that version missing on scaladex. It seems that (according to https://github.com/sbt/sbt-ci-release#how-do-i-publish-cross-built-projects) the scala version needs to be set in crossScalaVersions setting in sbt, which I previously missed. Hopefully this is all that was missing, although I am not completely sure

micossow commented 6 months ago

Files on the maven repo look good, but can take some time before it's visible https://repo1.maven.org/maven2/org/elasticmq/elasticmq-rest-sqs_3/1.5.4/

jchyb commented 6 months ago

Thank you so much!