Skip to content

Commit 9086d8f

Browse files
committed
reformat with scalafmt
1 parent fae3909 commit 9086d8f

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

build.sbt

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,16 @@ import _root_.scalafix.sbt.BuildInfo.{scalafixVersion, scala212 => scalafixScala
44
import sys.process._
55

66
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)))
1817

1918
lazy 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

Comments
 (0)