I have a Git project that runs with sbt 1.0.
I wanted to publish it with jitpack.io. But I get the following error:
Downloading sbt launcher for 1.0.2:
From http://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/sbt-launch/1.0.2/sbt-launch.jar
To /home/jitpack/.sbt/launchers/1.0.2/sbt-launch.jar
Download failed. Obtain the jar manually and place it at /home/jitpack/.sbt/launchers/1.0.2/sbt-launch.jar
/home/jitpack
is a directory from jitpack.
Is there something that I can do in my project to make this work?
- Moving SBT to 0.13 works but is not what I want.
- Add something to the
build.sbt
.