Skip to content

Commit 43eb826

Browse files
soccquiroz
authored andcommitted
Add README
1 parent cf6e0bb commit 43eb826

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@ chrono.MinguoDate.now(fixedClock).toString == "Minguo ROC 98-02-13"
4949
#### Usage
5050

5151
The *scala-java-time* library is currently available for Scala (JVM, version 8 and later) and Scala.js (JavaScript).
52-
Scala 2.10, 2.11, and 2.12 are supported.
52+
Both Scala 2.11 and Scala 2.12 (2.12.0-M5 and later) are supported.
5353

5454
To get started with SBT, add one (or both) of these dependencies:
5555

56-
- `libraryDependencies += "io.github.soc" %% "scala-java-time" % "2.0.0-M5"` (for Scala)
57-
- `libraryDependencies += "io.github.soc" %%% "scala-java-time" % "2.0.0-M5"` (for Scala.js, [Scala.js plugin](http://www.scala-js.org/tutorial/basic/#sbt-setup) required)
56+
- `libraryDependencies += "io.github.soc" % "scala-java-time" % "2.0.0-M1"` (for Scala)
57+
- `libraryDependencies += "io.github.soc" %%% "scala-java-time" % "2.0.0-M1"` (for Scala.js, [Scala.js plugin](http://www.scala-js.org/tutorial/basic/#sbt-setup) required)
5858

5959
#### Building
6060
This project builds using sbt.
@@ -64,9 +64,8 @@ Run `sbt scalajavatimeCrossJVM/test` to run the test suite on the JVM and
6464
#### Status
6565

6666
Most parts of this library work perfectly fine with Scala.js in the browser.
67-
Locale and formatting support relies on [@cquiroz](https://github.com/cquiroz)' excellent **[scala-java-locales library](https://github.com/cquiroz/scala-java-locales)**.
68-
Timezone support is limited and providing the missing pieces is the current focus of this project.
69-
67+
Locale, formatting and timezone support is limited and providing these missing pieces are the current focus of this project.
68+
@cquiroz is currently working on implementing locale support.
7069

7170
#### Contributing
7271

0 commit comments

Comments
 (0)