Having both sbt-ci-release and sbt-git2.0.0 causes the following error when running sbt.
[error] Some keys were defined with the same name but different types:
'gitReader' (com.github.sbt.git.ReadableGit, com.typesafe.sbt.git.ReadableGit),
'gitRunner' (sbt.Task[com.github.sbt.git.GitRunner], sbt.Task[com.typesafe.sbt.git.GitRunner])
Having both
sbt-ci-release
andsbt-git
2.0.0
causes the following error when runningsbt
.My
project/plugins.sbt
hasI can see
sbt-ci-release
usessbt-git
1.0.2
. Can it be upgraded to2.0.0
?