Open prayagupa opened 5 years ago
I see, its not published to any of sbt repos. Instead to maven repo.
https://repo1.maven.org/maven2/com/tapad/ https://repo1.maven.org/maven2/se/marcuslonnberg/sbt-docker_2.12_1.0/
I probably have to update my internal ~/.sbt/repositories
,
1 [repositories]
2 local
3 artifactory-local-releases: https://code.duwamish.com/artifactory/libs-release-local
4 artifactory-local-snapshots: https://code.duwamish.com/artifactory/libs-snapshot-local
5 artifactory-remote-repos: https://code.duwamish.com/artifactory/remote-repos
6 sbt-plugins: https://code.duwamish.com/artifactory/sbt-plugin-releases, [organization]/[module]/(scala_[scalaVersion]/)(sbt_[sbtVersion]/)[revision]/[type]s/[artifact](-[classifier]).[ext]
7 ivy-releases: https://code.duwamish.com/artifactory/ivy-releases, [organization]/[module]/(scala_[scalaVersion]/)(sbt_[sbtVersion]/)[revision]/[type]s/[artifact](-[classifier]).[ext]
Adding resolvers += "Maven repo1" at "http://repo1.maven.org/maven2/"
to my plugins.sbt file resolved the issue for me—literally 🙂
I added the
sbt-docker-compose
dependencybut can not find the artifact in any of following plugin repos;
error trace