diff --git a/build.sbt b/build.sbt index 266bca3..0042bf3 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ organization := "org.akashihi.osm" -homepage := Some(url("https://github.com/akashihi/spark-osm-reader")) -scmInfo := Some(ScmInfo(url("https://github.com/akashihi/spark-osm-reader"), "git@github.com:akashihi/spark-osm-reader.git")) +homepage := Some(url("https://github.com/akashihi/spark-osm-datasource")) +scmInfo := Some(ScmInfo(url("https://github.com/akashihi/spark-osm-datasource"), "git@github.com:akashihi/spark-osm-datasource.git")) developers := List(Developer("akashihi", "Denis Chaplygin", "akashihi@gmail.com", diff --git a/project/plugins.sbt b/project/plugins.sbt index 59030e5..52165b9 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,2 +1,2 @@ addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.3") -addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.1") \ No newline at end of file +addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.0") \ No newline at end of file