Skip to content

Commit faebab1

Browse files
committed
Update scala to 2.12.7
1 parent e2c566f commit faebab1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ sudo: false
33

44
scala:
55
- 2.11.11
6-
- 2.12.3
6+
- 2.12.7
77
jdk:
88
- oraclejdk8
99

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import com.typesafe.sbt.SbtGit.GitKeys._
44
organization := "software.purpledragon.xml"
55
version := "0.0.3-SNAPSHOT"
66

7-
scalaVersion := "2.12.6"
7+
scalaVersion := "2.12.7"
88
crossScalaVersions := Seq(scalaVersion.value, "2.11.12")
99

1010
// dependencies common for all sub-projects

0 commit comments

Comments
 (0)