Skip to content
This repository has been archived by the owner. It is now read-only.

Commit 2b333b3

Browse files
committed
bump Scala version
1 parent fcea777 commit 2b333b3

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
@@ -4,7 +4,7 @@ group: stable
44

55
language: scala
66

7-
scala: 2.12.8
7+
scala: 2.12.10
88

99
matrix:
1010
include:

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Util._
22

3-
lazy val scala212 = "2.12.8"
3+
lazy val scala212 = "2.12.10"
44

55
ThisBuild / headerLicense := Some(HeaderLicense.Custom(
66
"""Scala compiler interface

0 commit comments

Comments
 (0)