我想在使用Nexus的企业网络(在Windows机器上)中使用Scalafmt。如果我运行scalafmt
,我会得到以下错误
[error] failed to resolve Scalafmt version '2.4.6': X:\ProjectA\.scalafmt.conf
[error] (Compile / scalafmt) failed to resolve Scalafmt version '2.6.4': X:\ProjectA\.scalafmt.conf
[error] Total time: 87 s (01:27), completed 10-Jan-2023 10:56:22
我已经有了COURSIER_REPOSITORIES
环境变量。
- SBT版本:1.6.2
- scalafmt插件:2.2.1
- .scalafmt中的版本:2.4.6
我是否缺少任何解析器或设置?
1条答案
按热度按时间dfty9e191#
请确保您的企业Nexus中有scalafmt 2.4.6。也可能有scalafmt,但版本较旧。