File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ trait MyObject extends js.Object {
5656To 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-pre5 "
59+ libraryDependencies += " io.scalajs.npm" %%% " xml2js" % " 0.4.0"
6060```
6161
6262Optionally, you may add the Sonatype Repository resolver:
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import sbt._
55
66import scala .language .postfixOps
77
8- val scalaJsIOVersion = " 0.4.0-pre5 "
8+ val scalaJsIOVersion = " 0.4.0"
99val apiVersion = scalaJsIOVersion
1010val scalaJsVersion = " 2.12.1"
1111
Original file line number Diff line number Diff line change 11{
22 "name" : " xml2js-sjs" ,
3- "version" : " 0.4.0-pre5 " ,
3+ "version" : " 0.4.0" ,
44 "private" : true ,
55 "dependencies" : {
6- "source-map" : " ^0.5.6 " ,
6+ "source-map-support " : " ^0.4.14 " ,
77 "xml2js" : " ^0.4.17"
88 }
99}
You can’t perform that action at this time.
0 commit comments