File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ language: scala
3
3
scala :
4
4
- 2.11.12
5
5
- 2.12.8
6
- - 2.13.0-RC1
6
+ - 2.13.0-RC3
7
7
jdk :
8
8
- oraclejdk8
9
9
- openjdk11
18
18
- secure : " m0Fw/eH7RXJJoBTfqV6CMd7kaIN2pRPnQPNXJGb546UjqYAlYTkfjvVrWpsgpisRBptI1FEHn24yGbgAHjIes/4un/O62K66I0BffL8PbdeHeNcDjSrTesKEqage2mQfGOiqccVsmkgiKeXNYL8tPZRmPQQ3XZ97mS1SXWlqAJSMW6HfNnvqW14Gdb/snR6I8lQ2o5tRnLerWPnI96pp+xjZca2lD4XDvH2wLJXXLmYY61e23ZYzZMepxBxhGa7js3YTYzCWNrOfBLjFJ5nwRxbjR0WMuz5z5Gdy715WtguKS4Fffd/GJHycLROBU9LCAQDMTxMFvqzFqVFpfq0BuTmmkXFXj+a7dO+ABG0RfoDfoMjn7pHwyHNCZyMMuR1HCjMkbGFwC+Zme2UAYNivtcsuWWeMuypwjyqjfFfNns4FHJ0SXFtC/6+OJkAuUdbEJKReYWKWEsP5SnCH/8PLlc+uUl3tjQkFLc1sOAyx9cTWyBErwuJXhgTrjT9AWvO+fvhcm8z/p5+aaF/U9GIrzPqziX4hGjzc/WC+rsFJSiBDlFQl7br+m8WWs7/wuXqPGXmhf0BNQViDi7fZndDHcY3p3T0An05d/IMKjCUrgLDlJi6VYs9XN7S8ay6MH+XTwIsJGSxtGjfEO4rHGIjtR2GRr8TqdNfnpsI3ucbia1Y="
19
19
matrix :
20
20
- SCALAJS_VERSION=
21
- - SCALAJS_VERSION=0.6.27
22
- - SCALAJS_VERSION=1.0.0-M7
21
+ - SCALAJS_VERSION=0.6.28
22
+ - SCALAJS_VERSION=1.0.0-M8
23
23
24
24
matrix :
25
25
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ To use this library, add the following to your build.sbt:
11
11
libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.0.0"
12
12
```
13
13
14
- Version 2.0.0 is compatible with Scala 2.13.0-RC2 , 2.12 and 2.11.
14
+ Version 2.0.0 is compatible with Scala 2.13, 2.12, and 2.11.
15
15
16
16
Note that there are multiple ways to cross-build projects, see https://github.com/scala/collection-strawman/wiki/FAQ#how-do-i-cross-build-my-project-against-scala-212-and-scala-213 .
17
17
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ lazy val junit = libraryDependencies += "com.novocode" % "junit-interface" % "0.
45
45
46
46
lazy val scala211 = " 2.11.12"
47
47
lazy val scala212 = " 2.12.8"
48
- lazy val scala213 = " 2.13.0-RC2 "
48
+ lazy val scala213 = " 2.13.0-RC3 "
49
49
50
50
scalaVersionsByJvm in ThisBuild := {
51
51
val all = List (scala211, scala212, scala213)
Original file line number Diff line number Diff line change 1
- val scalaJSVersion = Option (System .getenv(" SCALAJS_VERSION" )).filter(_.nonEmpty).getOrElse(" 0.6.27 " )
1
+ val scalaJSVersion = Option (System .getenv(" SCALAJS_VERSION" )).filter(_.nonEmpty).getOrElse(" 0.6.28 " )
2
2
3
3
addSbtPlugin(" org.scala-js" % " sbt-scalajs" % scalaJSVersion)
4
4
addSbtPlugin(" org.portable-scala" % " sbt-scalajs-crossproject" % " 0.6.0" )
You can’t perform that action at this time.
0 commit comments