Skip to content

Commit 45755ad

Browse files
chetanmehcsantanapr
authored andcommitted
Switch to Scala 2.12.7 (#72)
1 parent 7cd1789 commit 45755ad

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.11
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
@@ -27,7 +27,7 @@ gradle.ext.openwhisk = [
2727
]
2828

2929
gradle.ext.scala = [
30-
version: '2.11.11',
30+
version: '2.12.7',
3131
compileFlags: ['-feature', '-unchecked', '-deprecation', '-Xfatal-warnings', '-Ywarn-unused-import']
3232
]
3333

0 commit comments

Comments
 (0)