From f483f66633aa7d2bfd105fd1c600dceee25baf1a Mon Sep 17 00:00:00 2001 From: Carlos Quiroz Date: Tue, 6 Jun 2017 14:46:15 -0400 Subject: [PATCH] Updated documentation for the release --- README.md | 4 ++-- changes.xml | 5 +++++ docs/src/main/tut/index.md | 4 ++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 771e07598..df4a4002c 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ Both Scala 2.11 and Scala 2.12 (2.12.0-M7 and later) are supported. To get started with SBT, add one (or both) of these dependencies: -- `libraryDependencies += "io.github.cquiroz" %% "scala-java-time" % "2.0.0-M11"` (for Scala) -- `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) +- `libraryDependencies += "io.github.cquiroz" %% "scala-java-time" % "2.0.0-M12"` (for Scala) +- `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) #### Documentation diff --git a/changes.xml b/changes.xml index 5cb00ec64..dc22467b5 100644 --- a/changes.xml +++ b/changes.xml @@ -9,6 +9,11 @@ + + + Update to scala.js 0.6.17 + + Support Hijrah chronology on scala.js diff --git a/docs/src/main/tut/index.md b/docs/src/main/tut/index.md index 079ca7aa2..228932c69 100644 --- a/docs/src/main/tut/index.md +++ b/docs/src/main/tut/index.md @@ -60,8 +60,8 @@ Both Scala 2.11 and Scala 2.12 (2.12.0-M8 and later) are supported. To get started with SBT, add one (or both) of these dependencies: -- `libraryDependencies += "io.github.cquiroz" %% "scala-java-time" % "2.0.0-M11"` (for Scala) -- `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) +- `libraryDependencies += "io.github.cquiroz" %% "scala-java-time" % "2.0.0-M12"` (for Scala) +- `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) #### Building This project builds using sbt.