Skip to content

Commit ff73509

Browse files
committed
Bump version for scala 2.12
1 parent 2952320 commit ff73509

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: scala
22

33
scala:
44
- 2.11.12
5-
- 2.12.4
5+
- 2.12.8
66

77
jdk:
88
- openjdk8

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
SCALA_NAME = scala-2.11
2-
SCALA_VERSION = 2.11.11
1+
SCALA_NAME = scala-2.12
2+
SCALA_VERSION = 2.12.8
33

44
.PHONY: all pages
55
all: pages package

0 commit comments

Comments
 (0)