Scala 激活器依赖项错误

Scala 激活器依赖项错误,scala,plugins,sbt,typesafe-activator,Scala,Plugins,Sbt,Typesafe Activator,版本 sbt.version=0.13.8 name := """sample_app""" version := "1.0.0-SNAPSHOT" scalaVersion := "2.11.6" 解析器 所有插件 依赖项错误 我使用Activator创建新项目,在命令提示符下执行命令Activator dependencies结果是 E:\sample_app>activator dependencies

版本

        sbt.version=0.13.8

        name := """sample_app"""

        version := "1.0.0-SNAPSHOT"

        scalaVersion := "2.11.6"
解析器

所有插件

依赖项错误

我使用Activator创建新项目,在命令提示符下执行命令Activator dependencies结果是

     E:\sample_app>activator dependencies
[info] Loading project definition from E:\sample_app\project
[info] Set current project to sample_app (in build file:/E:/sample_app/)
[error] Not a valid command: dependencies
[error] Not a valid project ID: dependencies
[error] Expected ':' (if selecting a configuration)
[error] Not a valid key: dependencies (similar: all-dependencies, rpm-dependencies, allDependencies)
[error] dependencies
[error]             ^
使用的版本:


如果您正在查找依赖项,请给我一个解决方案…

,因为activator提示您需要不同的设置


如果您正在查找依赖项,正如activator所暗示的,您需要一个不同的设置


拼写未命中:
dependencies
->
dependencies
拼写未命中:
dependencies
->
dependencies
是的,我尝试了一个结果:E:\sample\u app>activator show allDependencies[info]从E:\sample\u app\project[info]加载项目定义将当前项目设置为sample\u app(在构建文件中:/E:/sample\u app/)[error]无效命令:show(类似:shell)[error]预期的空白字符[error]无效的项目ID:show[error]预期的“:”(如果选择配置)[error]无效的键:show(类似:showTiming,showtimsuccess,showTiming)[error]show[error]^@Ajay padala您没有加引号(“)关于show allDependencies是的,我没有使用(“)sir…E:\sample\u app>activator show allDependencies只使用此命令eah我尝试了一个结果是:E:\sample\u app>activator show allDependencies[info]从E:\sample\u app\project[info]加载项目定义将当前项目设置为sample\u app(在构建文件中:/E:/sample\u app/)[错误]无效命令:show(类似:shell)[error]预期的空白字符[error]无效的项目ID:show[error]预期的“:”(如果选择配置)[error]无效的键:show(类似:showTiming,showtimsuccess,showTiming)[error]show[error]^@Ajay padala您没有放引号(“)关于show allDependencies是的,我没有使用(“)sir…E:\sample\u app>activator show allDependencies仅使用此命令
        // The Play plugin
        addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.4.3")

        // web plugins

        addSbtPlugin("com.typesafe.sbt" % "sbt-coffeescript" % "1.0.0")

        addSbtPlugin("com.typesafe.sbt" % "sbt-less" % "1.0.6")

        addSbtPlugin("com.typesafe.sbt" % "sbt-jshint" % "1.0.3")

        addSbtPlugin("com.typesafe.sbt" % "sbt-rjs" % "1.0.7")

        addSbtPlugin("com.typesafe.sbt" % "sbt-digest" % "1.1.0")

        addSbtPlugin("com.typesafe.sbt" % "sbt-mocha" % "1.1.0")

        addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "4.0.0")
     E:\sample_app>activator dependencies
[info] Loading project definition from E:\sample_app\project
[info] Set current project to sample_app (in build file:/E:/sample_app/)
[error] Not a valid command: dependencies
[error] Not a valid project ID: dependencies
[error] Expected ':' (if selecting a configuration)
[error] Not a valid key: dependencies (similar: all-dependencies, rpm-dependencies, allDependencies)
[error] dependencies
[error]             ^
    Java version is 1.8.0_51,
    Activator is 1.3.6,
    OS is windows 8,
    64 - bit OS.
activator "show allDependencies"