@@ -4,17 +4,16 @@ import _root_.scalafix.sbt.BuildInfo.{scalafixVersion, scala212 => scalafixScala
4
4
import sys .process ._
5
5
6
6
lazy 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)))
18
17
19
18
lazy val root = project
20
19
.in(file(" ." ))
@@ -52,7 +51,7 @@ scalaVersionsByJvm in ThisBuild := {
52
51
val all = List (scala211, scala212, scala213)
53
52
// Map[JvmMajorVersion, List[(ScalaVersion, UseForPublishing)]]
54
53
Map (
55
- 8 -> all.map(_ -> true ),
54
+ 8 -> all.map(_ -> true ),
56
55
11 -> all.map(_ -> false ),
57
56
12 -> all.map(_ -> false )
58
57
)
0 commit comments