I need to run a sbt plugin compiled for scala 2.11. However, sbt tries to download the plugin for scala 2.12. How I force sbt to use scala 2.11?
ps: adding scalaVersion := "2.11.11"
to build.sbt
does not solve the problem, as the sbt plugin is not affected by this.