File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# scalajs-java-time
2
2
3
3
[ ![ Build Status] ( https://travis-ci.org/scala-js/scala-js-java-time.svg?branch=master )] ( https://travis-ci.org/scala-js/scala-js-java-time )
4
- [ ![ Scala.js] ( https://www.scala-js.org/assets/badges/scalajs-0.6.8 .svg )] ( https://www.scala-js.org/ )
4
+ [ ![ Scala.js] ( https://www.scala-js.org/assets/badges/scalajs-0.6.15 .svg )] ( https://www.scala-js.org/ )
5
5
6
6
` scalajs-java-time ` is a BSD-licensed reimplementation of the ` java.time ` API
7
7
of JDK8 for Scala.js. It enables this API in Scala.js projects.
@@ -11,7 +11,7 @@ of JDK8 for Scala.js. It enables this API in Scala.js projects.
11
11
Simply add the following line to your sbt settings:
12
12
13
13
``` scala
14
- libraryDependencies += " org.scala-js" %%% " scalajs-java-time" % " 0.2.0 "
14
+ libraryDependencies += " org.scala-js" %%% " scalajs-java-time" % " 0.2.1 "
15
15
```
16
16
17
17
If you have a ` crossProject ` , the setting must be used only in the JS part:
@@ -20,7 +20,7 @@ If you have a `crossProject`, the setting must be used only in the JS part:
20
20
lazy val myCross = crossProject.
21
21
...
22
22
jsSettings.(
23
- libraryDependencies += " org.scala-js" %%% " scalajs-java-time" % " 0.2.0 "
23
+ libraryDependencies += " org.scala-js" %%% " scalajs-java-time" % " 0.2.1 "
24
24
)
25
25
```
26
26
You can’t perform that action at this time.
0 commit comments