I did lots of research on this, some people. said this was due to https disabled when fetching dependencies, but updating didn’t resolve, other said this was because activator is not available anymore, so I would need to find the jar dependencies offline so that SBT can find them locally instead of trying to find online. I am currently trying to find the jar dependencies so that I can build the project offline, this would resolve my issue, but I can’t seem to find on the repositories (mvnrepository and look-alikes). You can find the requested files below:
build.sbt
version := "1.0-SNAPSHOT"
lazy val root = (project in file(".")).enablePlugins(PlayJava)
scalaVersion := "2.11.1"
libraryDependencies ++= Seq(
javaJdbc,
javaEbean,
cache,
javaWs,
"mysql" % "mysql-connector-java" % "5.1.34"
)
project/build.properties
#Tue Oct 07 20:32:07 BRT 2014
template.uuid=5f91b045-ad7c-4a08-b31e-3f5ea4bacb81
sbt.version=0.13.5