You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`scalajs-java-time` is a BSD-licensed reimplementation of the `java.time` API
8
-
of JDK8 for Scala.js. It enables this API in Scala.js projects.
7
+
`scalajs-java-time` is a BSD-licensed partial reimplementation of the `java.time` API of JDK8 for Scala.js.
8
+
9
+
## This project is incomplete and has stalled
10
+
11
+
This project is very incomplete and efforts to expand it have stalled.
12
+
Consider using one of the following alternatives instead:
13
+
14
+
*[scala-java-time](https://github.com/cquiroz/scala-java-time) (recommended): like this project, but better
15
+
*[scalajs-jsjoda](https://github.com/zoepepper/scalajs-jsjoda): implementation of `java.time` on top of the JavaScript library [js-joda](https://github.com/js-joda/js-joda)
16
+
17
+
Issues will *not* be worked on.
18
+
19
+
Pull requests *may* be reviewed and merged.
9
20
10
21
## Usage
11
22
12
-
Simply add the following line to your sbt settings:
0 commit comments