File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
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.17 .svg )] ( https://www.scala-js.org/ )
5
- [ ![ Scala.js] ( https://www.scala-js.org/assets/badges/scalajs-1.0.0-M3 .svg )] ( https://www.scala-js.org )
6
- [ ![ Scala.js] ( https://www.scala-js.org/assets/badges/scalajs-1.0.0-M5 .svg )] ( https://www.scala-js.org )
4
+ [ ![ Scala.js] ( https://www.scala-js.org/assets/badges/scalajs-0.6.29 .svg )] ( https://www.scala-js.org/ )
5
+ [ ![ Scala.js] ( https://www.scala-js.org/assets/badges/scalajs-1.0.0-M8 .svg )] ( https://www.scala-js.org )
6
+ [ ![ Scala.js] ( https://www.scala-js.org/assets/badges/scalajs-1.0.0-RC1 .svg )] ( https://www.scala-js.org )
7
7
8
8
` scalajs-java-time ` is a BSD-licensed reimplementation of the ` java.time ` API
9
9
of JDK8 for Scala.js. It enables this API in Scala.js projects.
@@ -13,7 +13,7 @@ of JDK8 for Scala.js. It enables this API in Scala.js projects.
13
13
Simply add the following line to your sbt settings:
14
14
15
15
``` scala
16
- libraryDependencies += " org.scala-js" %%% " scalajs-java-time" % " 0.2.5 "
16
+ libraryDependencies += " org.scala-js" %%% " scalajs-java-time" % " 0.2.6 "
17
17
```
18
18
19
19
If you have a ` crossProject ` , the setting must be used only in the JS part:
@@ -22,7 +22,7 @@ If you have a `crossProject`, the setting must be used only in the JS part:
22
22
lazy val myCross = crossProject
23
23
...
24
24
.jsSettings(
25
- libraryDependencies += " org.scala-js" %%% " scalajs-java-time" % " 0.2.5 "
25
+ libraryDependencies += " org.scala-js" %%% " scalajs-java-time" % " 0.2.6 "
26
26
)
27
27
```
28
28
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ crossScalaVersions in ThisBuild := {
10
10
scalaVersion in ThisBuild := (crossScalaVersions in ThisBuild ).value.head
11
11
12
12
val commonSettings : Seq [Setting [_]] = Seq (
13
- version := " 0.2.6-SNAPSHOT " ,
13
+ version := " 0.2.6" ,
14
14
organization := " org.scala-js" ,
15
15
scalacOptions ++= Seq (" -deprecation" , " -feature" , " -Xfatal-warnings" ),
16
16
You can’t perform that action at this time.
0 commit comments