This repository was archived by the owner on Apr 17, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 99-----
1010Add the following to your sbt build definition:
1111
12- libraryDependencies += "org.singlespaced" %%% "scalajs-d3" % "0.1.1 "
12+ libraryDependencies += "org.singlespaced" %%% "scalajs-d3" % "0.1.2 "
1313
1414Enjoy the types available in ` org.singlespaced.d3js ` :
1515```
@@ -49,7 +49,7 @@ are permitted provided that the following conditions are met:
4949* Redistributions in binary form must reproduce the above copyright notice,
5050 this list of conditions and the following disclaimer in the documentation
5151 and/or other materials provided with the distribution.
52- * Neither the name of the EPFL nor the names of its contributors
52+ * Neither the name of the singlespaced.org nor the names of its contributors
5353 may be used to endorse or promote products derived from this software
5454 without specific prior written permission.
5555
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name := "Scala.js d3"
44
55normalizedName := " scalajs-d3"
66
7- version := " 0.1.1 "
7+ version := " 0.1.2 "
88
99organization := " org.singlespaced"
1010
You can’t perform that action at this time.
0 commit comments