We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86df3c0 commit 800b1d9Copy full SHA for 800b1d9
build.sbt
@@ -1,5 +1,9 @@
1
scalaJSSettings
2
3
-name := "Dom"
+name := "Scala.js DOM"
4
5
-version := "0.1-SNAPSHOT"
+normalizedName := "scalajs-dom"
6
+
7
+version := "0.1-SNAPSHOT"
8
9
+organization := "org.scala-lang.modules.scalajs"
project/build.sbt
@@ -1,5 +1,6 @@
+resolvers += Resolver.url("scala-js-snapshots",
+ url("http://repo.scala-js.org/repo/snapshots/"))(Resolver.ivyStylePatterns)
addSbtPlugin("org.scala-lang.modules.scalajs" % "scalajs-sbt-plugin" % "0.1-SNAPSHOT")
addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.5.1")
-
0 commit comments