From 9bf40d6f2f10d68052de8bd980af3538c7ce221a Mon Sep 17 00:00:00 2001 From: "Kai(luo) Wang" Date: Tue, 13 Dec 2016 14:48:43 -0500 Subject: [PATCH 1/2] updated scala 2.12.1 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 937fd424d1..1744924c72 100644 --- a/build.sbt +++ b/build.sbt @@ -13,8 +13,8 @@ lazy val scoverageSettings = Seq( lazy val buildSettings = Seq( organization := "org.typelevel", - scalaVersion := "2.12.0", - crossScalaVersions := Seq("2.10.6", "2.11.8", "2.12.0") + scalaVersion := "2.12.1", + crossScalaVersions := Seq("2.10.6", "2.11.8", "2.12.1") ) lazy val catsDoctestSettings = Seq( From 3139574457a5cd71d6c51278ce7ae6608599f052 Mon Sep 17 00:00:00 2001 From: "Kai(luo) Wang" Date: Tue, 13 Dec 2016 14:49:04 -0500 Subject: [PATCH 2/2] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index eb23806684..a932b8e4be 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ jdk: matrix: include: - - scala: 2.12.0 + - scala: 2.12.1 jdk: oraclejdk8 before_install: