Skip to content

Commit f20674d

Browse files
authored
Merge pull request scala-js#31 from sjrd/update-readme
Update the readme for 0.2.1.
2 parents 7e805c4 + 8fffae7 commit f20674d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# scalajs-java-time
22

33
[![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/)
55

66
`scalajs-java-time` is a BSD-licensed reimplementation of the `java.time` API
77
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.
1111
Simply add the following line to your sbt settings:
1212

1313
```scala
14-
libraryDependencies += "org.scala-js" %%% "scalajs-java-time" % "0.2.0"
14+
libraryDependencies += "org.scala-js" %%% "scalajs-java-time" % "0.2.1"
1515
```
1616

1717
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:
2020
lazy val myCross = crossProject.
2121
...
2222
jsSettings.(
23-
libraryDependencies += "org.scala-js" %%% "scalajs-java-time" % "0.2.0"
23+
libraryDependencies += "org.scala-js" %%% "scalajs-java-time" % "0.2.1"
2424
)
2525
```
2626

0 commit comments

Comments
 (0)