Skip to content

Commit c0073ab

Browse files
chetanmehcsantanapr
authored andcommitted
Switch to Scala 2.12.7 (#64)
1 parent 8b2e205 commit c0073ab

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sudo: required
55
group: deprecated-2017Q3
66
language: scala
77
scala:
8-
- 2.11.8
8+
- 2.12.7
99
services:
1010
- docker
1111

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ gradle.ext.openwhisk = [
3030
]
3131

3232
gradle.ext.scala = [
33-
version: '2.11.11',
33+
version: '2.12.7',
3434
compileFlags: ['-feature', '-unchecked', '-deprecation', '-Xfatal-warnings', '-Ywarn-unused-import']
3535
]
3636

0 commit comments

Comments
 (0)