scala.js - Unable to resolve scalajs-sbt-plugin dependency -



scala.js - Unable to resolve scalajs-sbt-plugin dependency -

i tried clone https://github.com/scala-js/scalajs-tutorial , this:

[info] resolving org.scala-lang.modules.scalajs#scalajs-sbt-plugin;0.5.5 ... [warn] module not found: org.scala-lang.modules.scalajs#scalajs-sbt-plugin;0.5.5 [warn] ==== typesafe-ivy-releases: tried [warn] http://repo.typesafe.com/typesafe/ivy-releases/org.scala-lang.modules.scalajs/scalajs-sbt-plugin/scala_2.10/sbt_0.13/0.5.5/ivys/ivy.xml [warn] ==== sbt-plugin-releases: tried [warn] http://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/org.scala-lang.modules.scalajs/scalajs-sbt-plugin/scala_2.10/sbt_0.13/0.5.5/ivys/ivy.xml [warn] ==== local: tried [warn] c:\users\joan\.ivy2\local\org.scala-lang.modules.scalajs\scalajs-sbt-plugin\scala_2.10\sbt_0.13\0.5.5\ivys\ivy.xml [warn] ==== public: tried [warn] http://repo1.maven.org/maven2/org/scala-lang/modules/scalajs/scalajs-sbt-plugin_2.10_0.13/0.5.5/scalajs-sbt-plugin-0.5.5.pom

i opened issue here

cheers

qote https://github.com/scala-js/scalajs-tutorial/issues/3:

this resolver supposed used default sbt >= 0.13.0. , has been working fine year. people start having issue :-s doesn't create sense.

workaround: add together explicitly next resolver in project/plugins.sbt:

resolvers += resolver.url( "bintray-sbt-plugin-releases", url("https://dl.bintray.com/content/sbt/sbt-plugin-releases") )(resolver.ivystylepatterns)

scala.js

Comments

Popular posts from this blog

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

Is there a way to convert an HTML page styled with Bootstrap CSS into email-compatible html? -