File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ trait MyObject extends js.Object {
56
56
To add the ` Xml2js ` binding to your project, add the following to your build.sbt:
57
57
58
58
``` sbt
59
- libraryDependencies += " io.scalajs.npm" %%% " xml2js" % " 0.4.0-pre1 "
59
+ libraryDependencies += " io.scalajs.npm" %%% " xml2js" % " 0.4.0-pre2 "
60
60
```
61
61
62
62
Optionally, you may add the Sonatype Repository resolver:
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import sbt._
5
5
6
6
import scala .language .postfixOps
7
7
8
- val scalaJsIOVersion = " 0.4.0-pre1 "
8
+ val scalaJsIOVersion = " 0.4.0-pre2 "
9
9
val apiVersion = scalaJsIOVersion
10
10
val scalaJsVersion = " 2.12.1"
11
11
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " xml2js-sjs" ,
3
- "version" : " 0.4.0-pre1 " ,
3
+ "version" : " 0.4.0-pre2 " ,
4
4
"private" : true ,
5
5
"dependencies" : {
6
6
"source-map" : " ^0.5.6" ,
You can’t perform that action at this time.
0 commit comments