0
私はhomebrewを使用してsbtをインストールし、正しくインストールしました。私はプロジェクトを構築し、すべてのsbtタスクを実行することができます。しかし、私はsbtインタラクティブモードを入力しようとすると、それは以下を示して終了します。他のすべてのsbtは正常に動作します。SBTがインタラクティブモードに入っていない
[info] Set current project to sbt_test (in build file:/Users/binshi/sbt_test/)
[warn] The `-` command is deprecated in favor of `onFailure` and will be removed in 0.14.0
[warn] The `-` command is deprecated in favor of `onFailure` and will be removed in 0.14.0
[warn] The `-` command is deprecated in favor of `onFailure` and will be removed in 0.14.0
[warn] The `-` command is deprecated in favor of `onFailure` and will be removed in 0.14.0
[warn] The `-` command is deprecated in favor of `onFailure` and will be removed in 0.14.0
対話モードに入るには、コマンドプロンプトに正確に何を入力しますか?あなたがしなければならないのは 'sbt'です。 – Sergey
はい、私が入力したのはすべてsbtです。その後、上記のメッセージが表示され、>プロンプトで停止するのではなく終了します。 – binshi
おそらく 'build.sbt'の内容、特に' scalacOptions'部分を共有できますか? – Sergey