File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414 - scala : 2.11.12
1515 before_install :
1616 - curl https://raw.githubusercontent.com/scala-native/scala-native/master/scripts/travis_setup.sh | bash -x
17- - scala : 2.12.6
17+ - scala : 2.12.8
1818 - scala : 2.13.0-M5
1919
2020 # Release stable release on tag push and snapshot on merge to master
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import OsgiKeys._
33
44val scala210 = " 2.10.7"
55val scala211 = " 2.11.12"
6- val scala212 = " 2.12.6 "
6+ val scala212 = " 2.12.8 "
77val scala213 = " 2.13.0-M5"
88
99inThisBuild(List (
@@ -22,7 +22,7 @@ inThisBuild(List(
2222))
2323
2424skip in publish := true
25- crossScalaVersions := List () // required for `++2.12.6 test` to ignore native project
25+ crossScalaVersions := List () // required for `++2.12.8 test` to ignore native project
2626
2727def macroDependencies (version : String ) =
2828 Seq (
Original file line number Diff line number Diff line change 1- sbt.version =1.2.3
1+ sbt.version =1.2.8
You can’t perform that action at this time.
0 commit comments