8000 Release with latest dependency updates · Issue #132 · sbt/sbt-ghpages · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Release with latest dependency updates #132
Open
@muuki88

Description

@muuki88

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

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)

I tracked it down to those dependencies.

addSbtPlugin("com.github.sbt" % "sbt-ghpages" % "0.8.0")

and

addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")

I assume that with a new release with all dependencies updated in sbt-ghpages , this error will be fixed

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0