File tree 3 files changed +9
-4
lines changed
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.
15
15
16
16
To get started with SBT, add one (or both) of these dependencies:
17
17
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)
20
20
21
21
#### Documentation
22
22
Original file line number Diff line number Diff line change 9
9
</properties >
10
10
<body >
11
11
<!-- 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 >
12
17
<release version =" 2.0.0-M11" date =" 2017-04-16" description =" v2.0.0-M11" >
13
18
<action dev =" cquiroz" type =" update" >
14
19
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.
60
60
61
61
To get started with SBT, add one (or both) of these dependencies:
62
62
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)
65
65
66
66
#### Building
67
67
This project builds using sbt.
You can’t perform that action at this time.
0 commit comments