Skip to content

Commit 69d1e8c

Browse files
committed
Bump some version numbers.
1 parent a0592ec commit 69d1e8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/sbt/cross-building.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Starting from sbt 0.13, you can write a multi-project build in a `.sbt` file. Th
4242
You now have separate projects to compile towards Scala.js and Scala JVM. Note the same name given to both projects, this allows them to be published with corresponding artifact names:
4343

4444
- `foo_2.10-0.1-SNAPSHOT.jar`
45-
- `foo_sjs0.5.0-RC2_2.10-0.1-SNAPSHOT.jar`
45+
- `foo_sjs0.5_2.10-0.1-SNAPSHOT.jar`
4646

4747
If you do not publish the artifacts, you may choose different names for the projects.
4848

doc/sbt/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: Scala.js sbt Setup
55

66
Load the sbt plugin (`project/plugins.sbt`)
77

8-
addSbtPlugin("org.scala-lang.modules.scalajs" % "scalajs-sbt-plugin" % "0.5.0")
8+
addSbtPlugin("org.scala-lang.modules.scalajs" % "scalajs-sbt-plugin" % "0.5.1")
99

1010
Add Scala.js settings (`build.sbt`):
1111

0 commit comments

Comments
 (0)