Skip to content

Commit

Permalink
Fix getting-started docs for Scala.js 0.6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrf committed May 21, 2019
1 parent ca65572 commit 72f7b9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manual/src/ornate/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Add the `sbt-scalajs-bundler` plugin to your Scala.js project, in your `project/

~~~ scala expandVars=true
addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "{{version}}")
// Or, for Scala.js 0.6.x
addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "{{version}}-0.6")
~~~

> {.note}
Expand Down

0 comments on commit 72f7b9a

Please sign in to comment.