davidB / scala-maven-plugin

The scala-maven-plugin (previously maven-scala-plugin) is used for compiling/testing/running/documenting scala code in maven.
https://davidb.github.io/scala-maven-plugin/
The Unlicense
554 stars 150 forks source link

Unable to download 4.9.1 through the Maven repository #758

Closed LuciferYang closed 2 months ago

LuciferYang commented 3 months ago

https://central.sonatype.com/artifact/net.alchim31.maven/scala-maven-plugin/4.8.1/versions

image

The latest version is still 4.8.1

He-Pin commented 2 months ago

@LuciferYang I see only 4.9.0

slandelle commented 2 months ago

@davidB tried to create 4.9.0 and then 4.9.1 but they never made it to maven central. I deleted the unreleased tags and managed to release 4.9.0 from the latest HEAD. 4.9.1 doesn’t exit yet.

LuciferYang commented 2 months ago

Thanks all ~