@@ -4,17 +4,16 @@ import _root_.scalafix.sbt.BuildInfo.{scalafixVersion, scala212 => scalafixScala
44import sys .process ._
55
66lazy val commonSettings = Seq (
7- headerLicense := Some (HeaderLicense .Custom (
8- s """ |Scala (https://www.scala-lang.org)
9- |
10- |Copyright EPFL and Lightbend, Inc.
11- |
12- |Licensed under Apache License 2.0
13- |(http://www.apache.org/licenses/LICENSE-2.0).
14- |
15- |See the NOTICE file distributed with this work for
16- |additional information regarding copyright ownership.
17- | """ .stripMargin)))
7+ headerLicense := Some (HeaderLicense .Custom (s """ |Scala (https://www.scala-lang.org)
8+ |
9+ |Copyright EPFL and Lightbend, Inc.
10+ |
11+ |Licensed under Apache License 2.0
12+ |(http://www.apache.org/licenses/LICENSE-2.0).
13+ |
14+ |See the NOTICE file distributed with this work for
15+ |additional information regarding copyright ownership.
16+ | """ .stripMargin)))
1817
1918lazy val root = project
2019 .in(file(" ." ))
@@ -52,7 +51,7 @@ scalaVersionsByJvm in ThisBuild := {
5251 val all = List (scala211, scala212, scala213)
5352 // Map[JvmMajorVersion, List[(ScalaVersion, UseForPublishing)]]
5453 Map (
55- 8 -> all.map(_ -> true ),
54+ 8 -> all.map(_ -> true ),
5655 11 -> all.map(_ -> false ),
5756 12 -> all.map(_ -> false )
5857 )
0 commit comments