How to use sbt-scalabuff plugin with sbt 0.13?
问题 I am trying to use sbt-scalabuff plugin, but sbt keeps complaining that the plugin cannot be found. The plugin documentation does not state out a resolver url, either. Is the plugin deprecated or my Scala version is not supported? Details: com.github.sbt:sbt-scalabuff:0.2 (sbtVersion=0.13, scalaVersion=2.10) Here is my plugins.sbt : libraryDependencies += "net.sandrogrzicic" %% "scalabuff-runtime" % "1.3.6" addSbtPlugin("com.github.sbt" %% "sbt-scalabuff" % "0.2") Here is part of the stack