0

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?

Stefan K.
  • 7,701
  • 6
  • 52
  • 64

1 Answers1

0

A suggested solution in Sbt's Gitter is to use a symlink.

Stefan K.
  • 7,701
  • 6
  • 52
  • 64