Broken bloopgun dependency in coursier install.
okennedy opened this issue · 2 comments
okennedy commented
The following issue comes up when installing bloop with coursier
https://repo1.maven.org/maven2/io/get-coursier/apps/maven-metadata.xml
100.0% [##########] 2.2 KiB (22.2 KiB / s)
https://repo1.maven.org/maven2/ch/epfl/scala/bloopgun_2.13/maven-metadata.xml
No new update since 2022-02-16 13:29:29
Exception in thread "main" coursier.error.ResolutionError$CantDownloadModule: Error downloading ch.epfl.scala:bloopgun_2.13:latest.stable
No latest stable version found in https://repo1.maven.org/maven2/ch/epfl/scala/bloopgun_2.13/maven-metadata.xml
at coursier.Resolve$.$anonfun$validate$1(Resolve.scala:331)
...
It looks like there's no latest.stable
record in the maven repository
$ curl https://repo1.maven.org/maven2/ch/epfl/scala/bloopgun_2.13/maven-metadata.xml
<?xml version="1.0" encoding="UTF-8"?>
<metadata>
<groupId>ch.epfl.scala</groupId>
<artifactId>bloopgun_2.13</artifactId>
<versioning>
<latest>1.4.12-63-858a5944</latest>
<release>1.4.12-63-858a5944</release>
<versions>
<version>1.4.12-46-0dc735af</version>
<version>1.4.12-48-81973d63</version>
<version>1.4.12-63-858a5944</version>
</versions>
<lastUpdated>20220216132928</lastUpdated>
</versioning>
</metadata>
tgodzik commented
Thanks for reporting! It's caused by coursier/coursier#2369, once we release a new version this should go away
tgodzik commented
This should now be fixed with the new release.