File tree 2 files changed +5
-5
lines changed 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ Cross-platform compilation support for sbt.
14
14
In ` project/plugins.sbt ` :
15
15
16
16
``` scala
17
- addSbtPlugin(" org.portable-scala" % " sbt-scalajs-crossproject" % " 0.4 .0" )
18
- addSbtPlugin(" org.portable-scala" % " sbt-scala-native-crossproject" % " 0.4 .0" )
17
+ addSbtPlugin(" org.portable-scala" % " sbt-scalajs-crossproject" % " 0.5 .0" )
18
+ addSbtPlugin(" org.portable-scala" % " sbt-scala-native-crossproject" % " 0.5 .0" )
19
19
addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 0.6.23" )
20
20
addSbtPlugin(" org.scala-native" % " sbt-scala-native" % " 0.3.7" )
21
21
```
@@ -90,7 +90,7 @@ Note that *inside the build*, you still need to use `barJVM` to the JVM `Project
90
90
In ` project/plugins.sbt ` :
91
91
92
92
``` scala
93
- addSbtPlugin(" org.portable-scala" % " sbt-scala-native-crossproject" % " 0.4 .0" )
93
+ addSbtPlugin(" org.portable-scala" % " sbt-scala-native-crossproject" % " 0.5 .0" )
94
94
addSbtPlugin(" org.scala-native" % " sbt-scala-native" % " 0.3.7" )
95
95
```
96
96
@@ -119,7 +119,7 @@ We carefully implemented sbt-crossproject to be mostly source compatible with Sc
119
119
In ` project/plugins.sbt ` :
120
120
121
121
``` scala
122
- addSbtPlugin(" org.portable-scala" % " sbt-scalajs-crossproject" % " 0.4 .0" )
122
+ addSbtPlugin(" org.portable-scala" % " sbt-scalajs-crossproject" % " 0.5 .0" )
123
123
addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 0.6.23" )
124
124
```
125
125
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ object Extra {
8
8
9
9
val sbtPluginSettings = ScriptedPlugin .scriptedSettings ++ Seq (
10
10
organization := " org.portable-scala" ,
11
- version := " 0.5.0-SNAPSHOT " ,
11
+ version := " 0.5.0" ,
12
12
sbtPlugin := true ,
13
13
scriptedLaunchOpts ++= Seq (
14
14
" -Dplugin.version=" + version.value,
You can’t perform that action at this time.
0 commit comments