Skip to content

Commit e9af416

Browse files
committed
New release v0.4.1 -> Scala.js v0.6.20
1 parent ca5de19 commit e9af416

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Note: If you're looking for a full DOM parser, you probably want [JSDom](https:/
1010

1111
### Build Dependencies
1212

13-
* [SBT v0.13.13](http://www.scala-sbt.org/download.html)
13+
* [SBT v0.13.16](http://www.scala-sbt.org/download.html)
1414

1515
### Build/publish the SDK locally
1616

@@ -56,7 +56,7 @@ trait MyObject extends js.Object {
5656
To add the `Xml2js` binding to your project, add the following to your build.sbt:
5757

5858
```sbt
59-
libraryDependencies += "io.scalajs.npm" %%% "xml2js" % "0.4.0"
59+
libraryDependencies += "io.scalajs.npm" %%% "xml2js" % "0.4.1"
6060
```
6161

6262
Optionally, you may add the Sonatype Repository resolver:

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ import sbt._
55

66
import scala.language.postfixOps
77

8-
val scalaJsIOVersion = "0.4.0"
8+
val scalaJsIOVersion = "0.4.1"
99
val apiVersion = scalaJsIOVersion
10-
val scalaJsVersion = "2.12.1"
10+
val scalaJsVersion = "2.12.3"
1111

1212
homepage := Some(url("https://github.com/scalajs-io/xml2js"))
1313

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xml2js-sjs",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"private": true,
55
"dependencies": {
66
"source-map-support": "^0.4.14",

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=0.13.13
1+
sbt.version=0.13.16

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Scala.js
22

3-
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.15")
3+
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.20")
44

55
// Publishing
66

0 commit comments

Comments
 (0)