scalacenter / scaladex

The Scala Package Index
https://index.scala-lang.org
BSD 3-Clause "New" or "Revised" License
195 stars 76 forks source link

Fix indexing of non-standard libs including scala-compiler, scala-library etc #1360

Closed adpi2 closed 4 months ago

adpi2 commented 4 months ago

Fix #560

We use a background job to find new versions of non-standard libs and index them. The frequency of the job is 2 hours.

Deployed to prod and it indexed all missing non-standard libs (1512 poms) in 2 mins. See for instance the scala-compiler versions

@rochala