From b24c6604f29f52a7368981dc5b44eba0bd97933a Mon Sep 17 00:00:00 2001 From: Yusuke Izawa Date: Tue, 11 Apr 2017 12:39:35 +0900 Subject: [PATCH] fix connection of publish setting --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b6f3124..c37ac52 100644 --- a/build.sbt +++ b/build.sbt @@ -51,6 +51,6 @@ lazy val publishSettings = Seq( git@github.com:3tty0n/play-json-xml.git - scm:git:git@github.com:your-account/your-project.git + scm:git:git@github.com:3tty0n/play-json-xml.git ) \ No newline at end of file