scalameta / maven-scala-seed.g8

A Giter8 template for a sample Scala project using the Maven build tool!
1 stars 1 forks source link

It can't find/download the latest munit stable version #13

Closed naferx closed 11 months ago

naferx commented 11 months ago
> $ g8 --version
g8 0.16.2

> $ g8 scalameta/maven-scala-seed.g8

Could not find latest stable version at https://search.maven.org/solrsearch/select?q=g:%22org.scalameta%22+AND+a:%22munit_2.13%22&rows=10&wt=xml&core=gav

I checked the URL via web browser and it returns an XML doc.

If this is a valid issue and you can point out the correct place to check I'd submit a PR

tgodzik commented 11 months ago

Should be fixed now, seems munit has 10 last versions being milestones and since we were looking for latests stable plus the limit of the search is last 10, it failed.

Tested it and it should work.

naferx commented 11 months ago

now, it did work. thanks