Skip to content

Commit ff99e8a

Browse files
committed
Bump to scala 2.12.13
1 parent 0712ab3 commit ff99e8a

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,4 +4,4 @@ jdk:
44
- openjdk8
55

66
scala:
7-
- 2.12.7
7+
- 2.12.13

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
lazy val buildSettings = Seq(
22
organization := "com.github.benfradet",
33
version := "0.6.0",
4-
scalaVersion := "2.12.7"
4+
scalaVersion := "2.12.13"
55
)
66

77
lazy val compilerOptions = Seq(

0 commit comments

Comments
 (0)