Skip to content

Instantly share code, notes, and snippets.

@nullhappens
Created October 23, 2018 15:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nullhappens/a4d401a568191d20e14a1af8d5c5f16c to your computer and use it in GitHub Desktop.
Save nullhappens/a4d401a568191d20e14a1af8d5c5f16c to your computer and use it in GitHub Desktop.
[warn] module not found: com.eed3si9n#sbt-assembly;0.14.8
[warn] ==== local: tried
[warn] /Users/dpineda/.ivy2/local/com.eed3si9n/sbt-assembly/scala_2.12/sbt_1.0/0.14.8/ivys/ivy.xml
[warn] ==== local-preloaded-ivy: tried
[warn] /Users/dpineda/.sbt/preloaded/com.eed3si9n/sbt-assembly/0.14.8/ivys/ivy.xml
[warn] ==== local-preloaded: tried
[warn] file:////Users/dpineda/.sbt/preloaded/com/eed3si9n/sbt-assembly_2.12_1.0/0.14.8/sbt-assembly-0.14.8.pom
[warn] ==== public: tried
[warn] https://repo1.maven.org/maven2/com/eed3si9n/sbt-assembly_2.12_1.0/0.14.8/sbt-assembly-0.14.8.pom
[warn] ==== sbt-maven-releases: tried
[warn] https://repo.scala-sbt.org/scalasbt/maven-releases/com/eed3si9n/sbt-assembly_2.12_1.0/0.14.8/sbt-assembly-0.14.8.pom
[warn] ==== sbt-maven-snapshots: tried
[warn] https://repo.scala-sbt.org/scalasbt/maven-snapshots/com/eed3si9n/sbt-assembly_2.12_1.0/0.14.8/sbt-assembly-0.14.8.pom
[warn] ==== typesafe-ivy-releases: tried
[warn] https://repo.typesafe.com/typesafe/ivy-releases/com.eed3si9n/sbt-assembly/0.14.8/ivys/ivy.xml
[warn] ==== sbt-ivy-snapshots: tried
[warn] https://repo.scala-sbt.org/scalasbt/ivy-snapshots/com.eed3si9n/sbt-assembly/0.14.8/ivys/ivy.xml
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: UNRESOLVED DEPENDENCIES ::
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: com.eed3si9n#sbt-assembly;0.14.8: not found
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn]
[warn] Note: Some unresolved dependencies have extra attributes. Check that these dependencies exist with the requested attributes.
[warn] com.eed3si9n:sbt-assembly:0.14.8 (scalaVersion=2.12, sbtVersion=1.0)
[warn]
[warn] Note: Unresolved dependencies path:
[warn] com.eed3si9n:sbt-assembly:0.14.8 (scalaVersion=2.12, sbtVersion=1.0) (/Users/dpineda/Projects/serverless-scala/project/plugins.sbt#L2-3)
[warn] +- default:serverless-scala-build:0.1.0-SNAPSHOT (scalaVersion=2.12, sbtVersion=1.0)
[error] sbt.librarymanagement.ResolveException: unresolved dependency: com.eed3si9n#sbt-assembly;0.14.8: not found
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment