File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 15
15
before_install :
16
16
- curl https://raw.githubusercontent.com/scala-native/scala-native/master/scripts/travis_setup.sh | bash -x
17
17
- scala : 2.12.8
18
- - scala : 2.13.0-M5
18
+ - scala : 2.13.0-RC1
19
19
20
20
# Release stable release on tag push and snapshot on merge to master
21
21
- stage : release
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import OsgiKeys._
4
4
val scala210 = " 2.10.7"
5
5
val scala211 = " 2.11.12"
6
6
val scala212 = " 2.12.8"
7
- val scala213 = " 2.13.0-M5 "
7
+ val scala213 = " 2.13.0-RC1 "
8
8
9
9
inThisBuild(List (
10
10
organization := " com.lihaoyi" ,
Original file line number Diff line number Diff line change 1
1
2
2
val scalaJSVersion =
3
- Option (System .getenv(" SCALAJS_VERSION" )).getOrElse(" 0.6.25 " )
3
+ Option (System .getenv(" SCALAJS_VERSION" )).getOrElse(" 0.6.27 " )
4
4
5
5
addSbtPlugin(" org.scala-js" % " sbt-scalajs" % scalaJSVersion)
6
6
You can’t perform that action at this time.
0 commit comments