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 1515 before_install :
1616 - curl https://raw.githubusercontent.com/scala-native/scala-native/master/scripts/travis_setup.sh | bash -x
1717 - scala : 2.12.8
18- - scala : 2.13.0-M5
18+ - scala : 2.13.0-RC1
1919
2020 # Release stable release on tag push and snapshot on merge to master
2121 - stage : release
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import OsgiKeys._
44val scala210 = " 2.10.7"
55val scala211 = " 2.11.12"
66val scala212 = " 2.12.8"
7- val scala213 = " 2.13.0-M5 "
7+ val scala213 = " 2.13.0-RC1 "
88
99inThisBuild(List (
1010 organization := " com.lihaoyi" ,
Original file line number Diff line number Diff line change 11
22val scalaJSVersion =
3- Option (System .getenv(" SCALAJS_VERSION" )).getOrElse(" 0.6.25 " )
3+ Option (System .getenv(" SCALAJS_VERSION" )).getOrElse(" 0.6.27 " )
44
55addSbtPlugin(" org.scala-js" % " sbt-scalajs" % scalaJSVersion)
66
You can’t perform that action at this time.
0 commit comments