File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Expand file tree Collapse file tree 4 files changed +8
-5
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-M9 " ` (for Scala)
19
- - ` libraryDependencies += "io.github.cquiroz" %%% "scala-java-time" % "2.0.0-M9 ` (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-M10 " ` (for Scala)
19
+ - ` libraryDependencies += "io.github.cquiroz" %%% "scala-java-time" % "2.0.0-M10 ` (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 @@ -13,7 +13,7 @@ lazy val downloadFromZip: TaskKey[Unit] =
13
13
lazy val commonSettings = Seq (
14
14
name := " scala-java-time" ,
15
15
description := " java.time API implementation in Scala and Scala.js" ,
16
- version := " 2.0.0-M10-SNAPSHOT " ,
16
+ version := " 2.0.0-M10" ,
17
17
organization := " io.github.cquiroz" ,
18
18
homepage := Some (url(" https://github.com/cquiroz/scala-java-time" )),
19
19
licenses := Seq (" BSD 3-Clause License" -> url(" https://opensource.org/licenses/BSD-3-Clause" )),
Original file line number Diff line number Diff line change 18
18
<action dev =" cquiroz" type =" update" >
19
19
Updated to scala-java-locales 0.3.3
20
20
</action >
21
+ <action dev =" cquiroz" type =" update" >
22
+ Improved detection of the default timezone in browsers
23
+ </action >
21
24
</release >
22
25
<release version =" 2.0.0-M9" date =" 2017-02-19" description =" v2.0.0-M9" >
23
26
<action dev =" cquiroz" type =" update" >
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-M9 " ` (for Scala)
64
- - ` libraryDependencies += "io.github.cquiroz" %%% "scala-java-time" % "2.0.0-M9 " ` (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-M10 " ` (for Scala)
64
+ - ` libraryDependencies += "io.github.cquiroz" %%% "scala-java-time" % "2.0.0-M10 " ` (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