Skip to content

Commit 0f401be

Browse files
authored
Merge pull request #43 from cquiroz/release-2.0.0-M10
Updates for release-2.0.0-M10
2 parents 8ea1bcc + d2c0b78 commit 0f401be

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
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-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)
2020

2121
#### Documentation
2222

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ lazy val downloadFromZip: TaskKey[Unit] =
1313
lazy val commonSettings = Seq(
1414
name := "scala-java-time",
1515
description := "java.time API implementation in Scala and Scala.js",
16-
version := "2.0.0-M10-SNAPSHOT",
16+
version := "2.0.0-M10",
1717
organization := "io.github.cquiroz",
1818
homepage := Some(url("https://github.com/cquiroz/scala-java-time")),
1919
licenses := Seq("BSD 3-Clause License" -> url("https://opensource.org/licenses/BSD-3-Clause")),

changes.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
<action dev="cquiroz" type="update" >
1919
Updated to scala-java-locales 0.3.3
2020
</action>
21+
<action dev="cquiroz" type="update" >
22+
Improved detection of the default timezone in browsers
23+
</action>
2124
</release>
2225
<release version="2.0.0-M9" date="2017-02-19" description="v2.0.0-M9">
2326
<action dev="cquiroz" type="update" >

docs/src/main/tut/index.md

Lines changed: 2 additions & 2 deletions
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-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)
6565

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

0 commit comments

Comments
 (0)