java.lang.AssertionError: ID with name 'filetypes' requested for plugin com.arangodb.intellij.aql but registered for IDEA Core plugin. Please use an instance field to ...
I'm seeing intermittent errors when mocking the AWS Java SDK v2 within a Scala 2.12 project. The versions are as follows: javacOptions ++= Seq("--release", "11") scalaVersion := "2.12.20" val ...