Posts

Showing posts with the label sbt-assembly

SBT Assembly issue

Image
Clash Royale CLAN TAG #URR8PPP SBT Assembly issue Having performed some time ago an SBT Assembly of a SPARK Module and being able to get the SBT Package done successfully now again, I find that after trying the same SBT Assembly again, that I keep on getting warning and error messages, etc. Some items shown: warn] :: com.eed3si9n#sbt-assembly;0.14.4: not found and [error] Server access Error: Connection reset url=https://repo.typesafe.com/typesafe/ivy-releases/com.eed3si9n/sbt-assembly/scala_2.10/sbt_0.13/0.14.4/ivys/ivy.xml I am wondering what could have changed. Plenty of posts and they all seem to point to resolution, but not here. It mentions Scala 2.10 but I am specifying 2.11.8. I have tried all sorts of combinations. ... I am using SBT 0.13.16 and using addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.4") in the appropriate file. Many other are specifying 2.11.x. By click...