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:
parent
ccd3efae10
commit
3dadc35a00
@ -2,6 +2,7 @@ language: scala
|
||||
|
||||
scala:
|
||||
- 2.12.7
|
||||
- 2.12.8
|
||||
|
||||
python:
|
||||
- 2.7
|
||||
|
@ -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")),
|
||||
|
Loading…
x
Reference in New Issue
Block a user