2
0
mirror of https://github.com/VinylDNS/vinyldns synced 2025-08-22 02:02:14 +00:00

upgrade to scala 2.12.18 (#569)

This commit is contained in:
Nima Eskandary 2019-04-08 15:50:27 -04:00 committed by Rebecca Star
parent ccd3efae10
commit 3dadc35a00
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@ language: scala
scala:
- 2.12.7
- 2.12.8
python:
- 2.7

View File

@ -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")),