I am using sbt to create an akka-HTTP project. The command I am using is "sbt new https://github.com/akka/akka-http-java-seed.g8."
But it says Template not found for: https://github.com/akka/akka-http-java-seed.g8.
What shall I do?
I am using sbt to create an akka-HTTP project. The command I am using is "sbt new https://github.com/akka/akka-http-java-seed.g8."
But it says Template not found for: https://github.com/akka/akka-http-java-seed.g8.
What shall I do?
The Akka HTTP quickstart in Java says that we should
sbt -Dsbt.version=0.13.15 new akka/akka-http-java-seed.g8
But I guess sbt new akka/akka-http-java-seed.g8
will be enough.