Skip to content

Commit d0ec676

Browse files
committed
Fix newlines in build file
1 parent 174c42b commit d0ec676

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

build.sbt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@ lazy val commonSettings = scalariformSettings ++ Seq(
1818
else
1919
Some("releases" at nexus + "service/local/staging/deploy/maven2")
2020
},
21-
credentials += Credentials(Path.userHome / ".ivy2" / ".credentials"),publishMavenStyle := true,
22-
pomIncludeRepository := { _ => false },pomExtra := (
21+
credentials += Credentials(Path.userHome / ".ivy2" / ".credentials"),
22+
publishMavenStyle := true,
23+
pomIncludeRepository := { _ => false },
24+
pomExtra := (
2325
<scm>
2426
<url>git@github.com/softwaremill/akka-http-session.git</url>
2527
<connection>scm:git:git@github.com/softwaremill/akka-http-session.git</connection>

0 commit comments

Comments
 (0)