Skip to content

Commit

Permalink
Version 1.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjrd committed May 22, 2020
1 parent a97eba0 commit c3f5980
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This repository contains `sbt-jsdependencies` for Scala.js 1.x. In Scala.js
Add the following line to `project/plugins.sbt`:

```scala
addSbtPlugin("org.scala-js" % "sbt-jsdependencies" % "1.0.0")
addSbtPlugin("org.scala-js" % "sbt-jsdependencies" % "1.0.1")
```

and enable the following plugin on Scala.js projects where you need `jsDependencies`:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
val scalaJSVersion = "1.0.0"

inThisBuild(Seq(
version := "1.0.1-SNAPSHOT",
version := "1.0.1",
organization := "org.scala-js",

crossScalaVersions := Seq("2.11.12", "2.12.10", "2.13.1"),
Expand Down
2 changes: 1 addition & 1 deletion sbt-plugin-test/project/build.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
addSbtPlugin("org.scala-js" % "sbt-jsdependencies" % "1.0.1-SNAPSHOT")
addSbtPlugin("org.scala-js" % "sbt-jsdependencies" % "1.0.1")

0 comments on commit c3f5980

Please sign in to comment.