gpt4 book ai didi

scalatest - 未知神器 sbtplugin 使用 scala 2.12 的 super 安全编译器

转载 作者:行者123 更新时间:2023-12-01 03:24:48 25 4
gpt4 key购买 nike

在 Scala 2.12 的 sbt 项目中,我使用的是 IntelliJ IDEA 并希望导入 Scalatest。
为了安装推荐的 SuperSafe Community Edition Scala 编译器插件。我按照说明here .

我的 plugin.sbt:
addSbtPlugin("com.artima.supersafe" % "sbtplugin" % "1.1.2")
Intellij 导入显示的错误是:

        SBT project import
[warn] [FAILED ] com.artima.supersafe#sbtplugin;1.1.2!sbtplugin.jar(src): (0ms)
[warn] ==== typesafe-ivy-releases: tried
[warn] https://repo.typesafe.com/typesafe/ivy-releases/com.artima.supersafe/sbtplugin/scala_2.10/sbt_0.13/1.1.2/srcs/sbtplugin-sources.jar
[warn] ==== sbt-plugin-releases: tried
[warn] https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/com.artima.supersafe/sbtplugin/scala_2.10/sbt_0.13/1.1.2/srcs/sbtplugin-sources.jar
[warn] ==== local: tried
[warn] /Users/salvob/.ivy2/local/com.artima.supersafe/sbtplugin/scala_2.10/sbt_0.13/1.1.2/srcs/sbtplugin-sources.jar
[warn] ==== public: tried
[warn] https://repo1.maven.org/maven2/com/artima/supersafe/sbtplugin_2.10_0.13/1.1.2/sbtplugin-1.1.2-sources.jar
[warn] ==== Artima Maven Repository: tried
[warn] http://repo.artima.com/releases/com/artima/supersafe/sbtplugin_2.10_0.13/1.1.2/sbtplugin-1.1.2-sources.jar
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: FAILED DOWNLOADS ...

也许与新的 Scala 版本不兼容?

最佳答案

请尝试以下操作:

  • 当我们在projects/build.sbt中添加插件时:
    addSbtPlugin("com.artima.supersafe" % "sbtplugin" % "1.1.2")
  • 我们必须不是 在其他任何地方添加上述插件
  • 添加到 ~/.sbt/0.13/global.sbtresolvers += "Artima Maven Repository" at "http://repo.artima.com/releases"
  • 不是 在其他任何地方添加此解析器
  • 确保在每个 sbt 行之前和之后都有一个空行

    HTH
  • 关于scalatest - 未知神器 sbtplugin 使用 scala 2.12 的 super 安全编译器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42226004/

    25 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com