Scalably Typed not working with scalajs 1.18+

symptom - a build was working, then upgrading from scalajs 1.17.0 to 1.18.0 “suddenly” breaks the stImport task because now typings from std can’t be found.

I have already opened an issue here can't find typings.std.Record with scalajs 1.18.0+ · Issue #690 · ScalablyTyped/Converter · GitHub

but i was wondering if anyone else had an issue with Scalably Typed sbt-converter plugin with either scalajs 1.18.0 or 1.19.0 and have a workaround (other than moving everything to another sbt project)

for the archives and search index - to fix problems with symbols not being found during the stImport task - you should delete ~/.ivy2/local/org.scalablytyped where libraries are cached, so that it rebuilds everything