The links for 0.19.2 are live now, so please give a like or upvote if you see the links going around today. And thank you for giving the binaries a try in the last few weeks!
Sorry for being slow, but what is the correct way to change the elm version in elm.json?
If I change it manually, the compiler says I should not do this.
The problem might be a dependency that specifies Elm 0.19.1 too specifically. Eg. "elm-version": "0.19.0 <= v < 0.19.2". I inlined the dependency and then it works.
When you find one that disallows 0.19.2, it might be a good idea to create an issue/PR on their Github about fixing that, if it doesnβt exist already.