Skip to content

Commit fb2952c

Browse files
authored
Merge pull request #61 from cquiroz/docs-updates
Updated documentation for the release
2 parents 5bfb235 + f483f66 commit fb2952c

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Both Scala 2.11 and Scala 2.12 (2.12.0-M7 and later) are supported.
1515

1616
To get started with SBT, add one (or both) of these dependencies:
1717

18-
- `libraryDependencies += "io.github.cquiroz" %% "scala-java-time" % "2.0.0-M11"` (for Scala)
19-
- `libraryDependencies += "io.github.cquiroz" %%% "scala-java-time" % "2.0.0-M11` (for Scala.js, [Scala.js plugin](http://www.scala-js.org/tutorial/basic/#sbt-setup) required)
18+
- `libraryDependencies += "io.github.cquiroz" %% "scala-java-time" % "2.0.0-M12"` (for Scala)
19+
- `libraryDependencies += "io.github.cquiroz" %%% "scala-java-time" % "2.0.0-M12` (for Scala.js, [Scala.js plugin](http://www.scala-js.org/tutorial/basic/#sbt-setup) required)
2020

2121
#### Documentation
2222

changes.xml

+5
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
</properties>
1010
<body>
1111
<!-- types are add, fix, remove, update -->
12+
<release version="2.0.0-M12" date="2017-06-06" description="v2.0.0-M11">
13+
<action dev="cquiroz" type="update" >
14+
Update to scala.js 0.6.17
15+
</action>
16+
</release>
1217
<release version="2.0.0-M11" date="2017-04-16" description="v2.0.0-M11">
1318
<action dev="cquiroz" type="update" >
1419
Support Hijrah chronology on scala.js

docs/src/main/tut/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ Both Scala 2.11 and Scala 2.12 (2.12.0-M8 and later) are supported.
6060

6161
To get started with SBT, add one (or both) of these dependencies:
6262

63-
- `libraryDependencies += "io.github.cquiroz" %% "scala-java-time" % "2.0.0-M11"` (for Scala)
64-
- `libraryDependencies += "io.github.cquiroz" %%% "scala-java-time" % "2.0.0-M11"` (for Scala.js, [Scala.js plugin](http://www.scala-js.org/tutorial/basic/#sbt-setup) required)
63+
- `libraryDependencies += "io.github.cquiroz" %% "scala-java-time" % "2.0.0-M12"` (for Scala)
64+
- `libraryDependencies += "io.github.cquiroz" %%% "scala-java-time" % "2.0.0-M12"` (for Scala.js, [Scala.js plugin](http://www.scala-js.org/tutorial/basic/#sbt-setup) required)
6565

6666
#### Building
6767
This project builds using sbt.

0 commit comments

Comments
 (0)