Skip to content

Commit

Permalink
Release 0.2.2 (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
densh authored Aug 18, 2017
1 parent 8da4f85 commit a545043
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ In `project/plugins.sbt`:

```scala
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.19")
addSbtPlugin("org.scala-native" % "sbt-crossproject" % "0.2.1") // (1)
addSbtPlugin("org.scala-native" % "sbt-scalajs-crossproject" % "0.2.1") // (2)
addSbtPlugin("org.scala-native" % "sbt-crossproject" % "0.2.2") // (1)
addSbtPlugin("org.scala-native" % "sbt-scalajs-crossproject" % "0.2.2") // (2)
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.3.2") // (3)
```

Expand Down Expand Up @@ -59,7 +59,7 @@ lazy val fooNative = foo.native
In `project/plugins.sbt`:

```scala
addSbtPlugin("org.scala-native" % "sbt-crossproject" % "0.2.1") // (1)
addSbtPlugin("org.scala-native" % "sbt-crossproject" % "0.2.2") // (1)
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.3.2") // (2)
```

Expand Down Expand Up @@ -89,8 +89,8 @@ In `project/plugins.sbt`:

```scala
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.19")
addSbtPlugin("org.scala-native" % "sbt-crossproject" % "0.2.1") // (1)
addSbtPlugin("org.scala-native" % "sbt-scalajs-crossproject" % "0.2.1") // (2)
addSbtPlugin("org.scala-native" % "sbt-crossproject" % "0.2.2") // (1)
addSbtPlugin("org.scala-native" % "sbt-scalajs-crossproject" % "0.2.2") // (2)
```

In `build.sbt`:
Expand Down
2 changes: 1 addition & 1 deletion project/Extra.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ object Extra {

val sbtPluginSettings = ScriptedPlugin.scriptedSettings ++ Seq(
organization := "org.scala-native",
version := "0.2.2-SNAPSHOT",
version := "0.2.2",
sbtPlugin := true,
scriptedLaunchOpts ++= Seq(
"-Dplugin.version=" + version.value,
Expand Down

0 comments on commit a545043

Please sign in to comment.