You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to upgrade all sbt plugin dependencies in sbt-native-packager and I am stuck with this error
info] loading settings for project sbt-native-packager from build.sbt ...
java.lang.RuntimeException: 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.typesafe.sbt.git.GitRunner], sbt.Task[com.github.sbt.git.GitRunner])
at scala.sys.package$.error(package.scala:30)
Hi @eed3si9n
Long time no see 😄
I'm trying to upgrade all sbt plugin dependencies in sbt-native-packager and I am stuck with this error
I tracked it down to those dependencies.
and
I assume that with a new release with all dependencies updated in
sbt-ghpages
, this error will be fixedThe text was updated successfully, but these errors were encountered: