Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Release with latest dependency updates #132

Open
muuki88 opened this issue Mar 21, 2024 · 2 comments
Open

Release with latest dependency updates #132

muuki88 opened this issue Mar 21, 2024 · 2 comments

Comments

@muuki88
Copy link

muuki88 commented Mar 21, 2024

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

@dwickern
Copy link

This appears to be fixed in #85 and released under a different org name

@eed3si9n
Copy link
Member

I'm a bit confused about this. Both sbt-ghpages and sbt-ci-release point to sbt-git 2.0.1 for 2 years.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants