zio / zio-intellij

A companion IntelliJ IDEA plugin for the ZIO library ecosystem.
Apache License 2.0
214 stars 41 forks source link

Version bump #477

Closed myazinn closed 2 months ago

myazinn commented 2 months ago

This PR contains possible fixes for https://github.com/zio/zio-intellij/issues/475 Should fix the following error

Caused by: java.lang.NoSuchMethodError: 'java.lang.String org.jetbrains.plugins.scala.codeInspection.collections.package$.invocationText(org.jetbrains.plugins.scala.lang.psi.api.expr.ScExpression, java.lang.String, scala.collection.immutable.Seq)'

I have no idea what causes another error

java.lang.ClassCastException: class zio.intellij.utils.ZioVersion$$anon$1 cannot be cast to class zio.intellij.utils.ZioVersion (zio.intellij.utils.ZioVersion$$anon$1 is in unnamed module of loader com.intellij.ide.plugins.cl.PluginClassLoader @6379227f; zio.intellij.utils.ZioVersion is in unnamed module of loader com.intellij.ide.plugins.cl.PluginClassLoader @6360a097)

hopefully it'll be fixed automatically