scala - How to install older version of sbt? -
i facing "unresolved dependencies" problem custom dependencies latest version of sbt(0.13.8)
i want install older version of sbt, have command can install older version of sbt ?
you can define sbt version writing 1 need in /project/build.properties
it like:
sbt.version=x.xx.x
Comments
Post a Comment