@@ -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
2222In ` 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 " )
2727addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.16.0" )
2828addSbtPlugin(" org.scala-native" % " sbt-scala-native" % " 0.5.4" )
2929```
@@ -118,7 +118,7 @@ lazy val bar =
118118In ` 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 " )
122122addSbtPlugin(" 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
148148In ` 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 " )
152152addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 0.6.33" )
153153```
154154
0 commit comments