From 3dadc35a006f65a865175e8e2479e543fe72c7fb Mon Sep 17 00:00:00 2001 From: Nima Eskandary Date: Mon, 8 Apr 2019 15:50:27 -0400 Subject: [PATCH] upgrade to scala 2.12.18 (#569) --- .travis.yml | 1 + build.sbt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2ebd43f03..979843a37 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ language: scala scala: - 2.12.7 + - 2.12.8 python: - 2.7 diff --git a/build.sbt b/build.sbt index 06816406a..ce33717d9 100644 --- a/build.sbt +++ b/build.sbt @@ -46,7 +46,7 @@ def scalaStyleSettings: Seq[Def.Setting[_]] = scalaStyleCompile ++ scalaStyleTes // settings that should be inherited by all projects lazy val sharedSettings = Seq( organization := "vinyldns", - scalaVersion := "2.12.7", + scalaVersion := "2.12.8", organizationName := "Comcast Cable Communications Management, LLC", startYear := Some(2018), licenses += ("Apache-2.0", new URL("https://www.apache.org/licenses/LICENSE-2.0.txt")),