mirror of https://github.com/sbt/sbt.git
commit
4c5fb4fa5d
|
|
@ -4,6 +4,7 @@ out
|
||||||
node_modules
|
node_modules
|
||||||
vscode-sbt-scala/client/server
|
vscode-sbt-scala/client/server
|
||||||
npm-debug.log
|
npm-debug.log
|
||||||
|
sbt-launch.jar
|
||||||
*.vsix
|
*.vsix
|
||||||
!sbt/src/server-test/completions/target
|
!sbt/src/server-test/completions/target
|
||||||
.big
|
.big
|
||||||
|
|
|
||||||
|
|
@ -12,10 +12,10 @@ object Dependencies {
|
||||||
sys.env.get("BUILD_VERSION") orElse sys.props.get("sbt.build.version")
|
sys.env.get("BUILD_VERSION") orElse sys.props.get("sbt.build.version")
|
||||||
|
|
||||||
// sbt modules
|
// sbt modules
|
||||||
private val ioVersion = nightlyVersion.getOrElse("1.9.8")
|
private val ioVersion = nightlyVersion.getOrElse("1.9.9")
|
||||||
private val lmVersion =
|
private val lmVersion =
|
||||||
sys.props.get("sbt.build.lm.version").orElse(nightlyVersion).getOrElse("1.9.3")
|
sys.props.get("sbt.build.lm.version").orElse(nightlyVersion).getOrElse("1.9.3")
|
||||||
val zincVersion = nightlyVersion.getOrElse("1.9.5")
|
val zincVersion = nightlyVersion.getOrElse("1.9.6")
|
||||||
|
|
||||||
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion
|
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue