I'd like to refer to the same version of a plugin in a build.sbt
and in project/plugins.sbt
. Both need to refer to e.g. val sbtGit = "com.typesafe.sbt" %% "sbt-git" % "1.0.0"
.
Adding it to project/Dependencies.scala
and importing does not work for project/plugins.sbt
.
Can I avoid the redundancy of specifying the sbt-git version twice?