File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ Both Scala 2.11 and Scala 2.12 (2.12.0-M7 and later) are supported.
1515
1616To 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -60,8 +60,8 @@ Both Scala 2.11 and Scala 2.12 (2.12.0-M8 and later) are supported.
6060
6161To 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
6767This project builds using sbt.
You can’t perform that action at this time.
0 commit comments