We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 174c42b commit d0ec676Copy full SHA for d0ec676
build.sbt
@@ -18,8 +18,10 @@ lazy val commonSettings = scalariformSettings ++ Seq(
18
else
19
Some("releases" at nexus + "service/local/staging/deploy/maven2")
20
},
21
- credentials += Credentials(Path.userHome / ".ivy2" / ".credentials"),publishMavenStyle := true,
22
- pomIncludeRepository := { _ => false },pomExtra := (
+ credentials += Credentials(Path.userHome / ".ivy2" / ".credentials"),
+ publishMavenStyle := true,
23
+ pomIncludeRepository := { _ => false },
24
+ pomExtra := (
25
<scm>
26
<url>git@github.com/softwaremill/akka-http-session.git</url>
27
<connection>scm:git:git@github.com/softwaremill/akka-http-session.git</connection>
0 commit comments