Skip to content

Commit b3bf50b

Browse files
authored
Merge pull request #163 from felher/patch-1
Update README.md: fix version typo: 1.3.4 => 1.3.2
2 parents 7883828 + 40c0c42 commit b3bf50b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Requirements:
1313
* For `JSPlatform`: Scala.js 0.6.23+ or 1.0.0+
1414
* For `NativePlatform`: Scala Native 0.3.7+
1515

16-
If you are still using sbt 0.13.x, you must use sbt-crossproject v0.6.1 instead of v1.3.4.
16+
If you are still using sbt 0.13.x, you must use sbt-crossproject v0.6.1 instead of v1.3.2.
1717

1818
<h2>Installation</h2>
1919

@@ -22,8 +22,8 @@ If you are still using sbt 0.13.x, you must use sbt-crossproject v0.6.1 instead
2222
In `project/plugins.sbt`:
2323

2424
```scala
25-
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.4")
26-
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.4")
25+
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
26+
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")
2727
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
2828
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.4")
2929
```
@@ -118,7 +118,7 @@ lazy val bar =
118118
In `project/plugins.sbt`:
119119

120120
```scala
121-
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.4")
121+
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")
122122
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.4")
123123
```
124124

@@ -148,7 +148,7 @@ We carefully implemented sbt-crossproject to be mostly source compatible with Sc
148148
In `project/plugins.sbt`:
149149

150150
```scala
151-
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.4")
151+
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
152152
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.33")
153153
```
154154

0 commit comments

Comments
 (0)