执行sbt时出错:未指定或未检测到Scala版本

执行sbt时出错:未指定或未检测到Scala版本

问题描述:

我正在使用以下环境.

  1. windows 7 32

  1. windows 7 32

sbt.version = 0.13.8

sbt.version = 0.13.8

Scala 2.11.8

Scala 2.11.8

即使在命令提示符下,我也无法运行单个sbt命令.我发送带有附件的错误.请检查附件.请给我建议任何解决方案.

i can't run even a single sbt command from command prompt. i am sending error with attachment. please kindly check the attachment. kindly suggest me any solution about it.

我是问题1117 .升级到较新的sbt版本时,我遇到了这个问题(我认为该问题与Nexus有关).

I'm the OP of issue 1117. I have this problem when upgrading to a newer sbt version (I think the problem has something to do with Nexus).

切换到版本> 0.13.0时,我必须执行以下步骤:

When switching to a version > 0.13.0 I have to do the following steps:

  1. 在build.properties中配置新版本(例如0.13.8)
  2. 使用sbt 0.13.0启动器加载项目(下载sbt工件)
  3. 现在我可以使用新的启动器了(例如0.13.8)

我不知道这是否对您有帮助,但我建议您尝试一下.

I don't know if this helps in your case, but I suggest you try it out.