Uploaded image for project: 'S2Graph'
  1. S2Graph
  2. S2GRAPH-71

Missing resolver in plugin settings

    XMLWordPrintableJSON

Details

    • Task
    • Status: Done
    • Trivial
    • Resolution: Done
    • None
    • 0.1.0
    • None
    • None

    Description

      When the project is built by SBT, it fails because there is no resolvers in project/plugins.sbt.

      If you have no corresponding jars in $HOME/.ivy2/cache, sbt will says like:

      sbt.ResolveException: unresolved dependency:
      com.typesafe#jse_2.10;1.0.0: not found
      unresolved dependency: com.typesafe#npm_2.10;1.0.0: not found
      unresolved dependency: com.typesafe#webdriver_2.10;1.0.0: not found
      ...

      This problem will be fixed easily by adding this line into project/plugins.sbt:

      resolvers += Resolver.typesafeRepo("releases")

      Attachments

        Issue Links

          Activity

            People

              steamshon Do Yung Yoon
              ijsong Injun Song
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: