@@ -13,7 +13,7 @@ Requirements:
13
13
* For ` JSPlatform ` : Scala.js 0.6.23+ or 1.0.0+
14
14
* For ` NativePlatform ` : Scala Native 0.3.7+
15
15
16
- If you are still using sbt 0.13.x, you must use sbt-crossproject v0.6.1 instead of v1.1 .0.
16
+ If you are still using sbt 0.13.x, you must use sbt-crossproject v0.6.1 instead of v1.2 .0.
17
17
18
18
<h2 >Installation</h2 >
19
19
@@ -22,8 +22,8 @@ If you are still using sbt 0.13.x, you must use sbt-crossproject v0.6.1 instead
22
22
In ` project/plugins.sbt ` :
23
23
24
24
``` scala
25
- addSbtPlugin(" org.portable-scala" % " sbt-scalajs-crossproject" % " 1.1 .0" )
26
- addSbtPlugin(" org.portable-scala" % " sbt-scala-native-crossproject" % " 1.1 .0" )
25
+ addSbtPlugin(" org.portable-scala" % " sbt-scalajs-crossproject" % " 1.2 .0" )
26
+ addSbtPlugin(" org.portable-scala" % " sbt-scala-native-crossproject" % " 1.2 .0" )
27
27
addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.0.0" )
28
28
addSbtPlugin(" org.scala-native" % " sbt-scala-native" % " 0.3.7" )
29
29
```
@@ -118,7 +118,7 @@ lazy val bar =
118
118
In ` project/plugins.sbt ` :
119
119
120
120
``` scala
121
- addSbtPlugin(" org.portable-scala" % " sbt-scala-native-crossproject" % " 1.1 .0" )
121
+ addSbtPlugin(" org.portable-scala" % " sbt-scala-native-crossproject" % " 1.2 .0" )
122
122
addSbtPlugin(" org.scala-native" % " sbt-scala-native" % " 0.3.7" )
123
123
```
124
124
@@ -148,7 +148,7 @@ We carefully implemented sbt-crossproject to be mostly source compatible with Sc
148
148
In ` project/plugins.sbt ` :
149
149
150
150
``` scala
151
- addSbtPlugin(" org.portable-scala" % " sbt-scalajs-crossproject" % " 1.1 .0" )
151
+ addSbtPlugin(" org.portable-scala" % " sbt-scalajs-crossproject" % " 1.2 .0" )
152
152
addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 0.6.23" )
153
153
```
154
154
0 commit comments