File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
- scala : 2.11.12
15
15
before_install :
16
16
- 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
18
18
- scala : 2.13.0-M5
19
19
20
20
# 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._
3
3
4
4
val scala210 = " 2.10.7"
5
5
val scala211 = " 2.11.12"
6
- val scala212 = " 2.12.6 "
6
+ val scala212 = " 2.12.8 "
7
7
val scala213 = " 2.13.0-M5"
8
8
9
9
inThisBuild(List (
@@ -22,7 +22,7 @@ inThisBuild(List(
22
22
))
23
23
24
24
skip 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
26
26
27
27
def macroDependencies (version : String ) =
28
28
Seq (
You can’t perform that action at this time.
0 commit comments