Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit 7fb29d8

Browse files
committed
#10: typo in scm
1 parent be6cc4f commit 7fb29d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ lazy val commonSettings = scalariformSettings ++ Seq(
2121
credentials += Credentials(Path.userHome / ".ivy2" / ".credentials"),publishMavenStyle := true,
2222
pomIncludeRepository := { _ => false },pomExtra := (
2323
<scm>
24-
<url>git@gihub.com/softwaremill/akka-http-session.git</url>
24+
<url>git@github.com/softwaremill/akka-http-session.git</url>
2525
<connection>scm:git:git@github.com/softwaremill/akka-http-session.git</connection>
2626
</scm>
2727
<developers>

0 commit comments

Comments
 (0)