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