File tree Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 15
15
- openjdk8
16
16
env :
17
17
- SCALAJS_VERSION=0.6.31
18
- - SCALAJS_VERSION=1.0.0-M8
19
- - SCALAJS_VERSION=1.0.0-RC1
18
+ - SCALAJS_VERSION=1.0.0
20
19
matrix :
21
20
exclude :
22
21
- scala : 2.10.7
23
- env : SCALAJS_VERSION=1.0.0-M8
24
- - scala : 2.10.7
25
- env : SCALAJS_VERSION=1.0.0-RC1
22
+ env : SCALAJS_VERSION=1.0.0
26
23
27
24
cache :
28
25
directories :
Original file line number Diff line number Diff line change 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
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 )
5
+ [ ![ Scala.js] ( https://www.scala-js.org/assets/badges/scalajs-1.0.0.svg )] ( https://www.scala-js.org )
7
6
8
7
` scalajs-java-time ` is a BSD-licensed reimplementation of the ` java.time ` API
9
8
of JDK8 for Scala.js. It enables this API in Scala.js projects.
Original file line number Diff line number Diff line change 1
1
val scalaJSVersion =
2
- Option (System .getenv(" SCALAJS_VERSION" )).getOrElse(" 0.6.31 " )
2
+ Option (System .getenv(" SCALAJS_VERSION" )).getOrElse(" 1.0.0 " )
3
3
4
4
addSbtPlugin(" org.scala-js" % " sbt-scalajs" % scalaJSVersion)
5
5
addSbtPlugin(" org.portable-scala" % " sbt-scalajs-crossproject" % " 0.6.1" )
You can’t perform that action at this time.
0 commit comments