Skip to content

Commit

Permalink
Merge pull request #21 from tanishiking/change-organization
Browse files Browse the repository at this point in the history
Change organization to org.scalameta
  • Loading branch information
tanishiking authored Mar 5, 2019
2 parents 3614726 + 99735b5 commit 56504e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
inThisBuild(
List(
organization := "com.geirsson",
organization := "org.scalameta",
homepage := Some(url("https://github.com/scalameta/sbt-scalafmt")),
licenses := Seq(
"Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")
Expand Down
2 changes: 1 addition & 1 deletion plugin/src/sbt-test/scalafmt-sbt/sbt/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ TaskKey[Unit]("check") := {
file("project/plugins.sbt"),
"""
|addSbtPlugin(
| "com.geirsson" % "sbt-scalafmt" % System.getProperty("plugin.version")
| "org.scalameta" % "sbt-scalafmt" % System.getProperty("plugin.version")
|)
|resolvers += Resolver.sonatypeRepo("releases")
""".stripMargin
Expand Down
2 changes: 1 addition & 1 deletion plugin/src/sbt-test/scalafmt-sbt/sbt/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin (
"com.geirsson" % "sbt-scalafmt" % System.getProperty("plugin.version"))
"org.scalameta" % "sbt-scalafmt" % System.getProperty("plugin.version"))
resolvers += Resolver.sonatypeRepo("releases")

0 comments on commit 56504e7

Please sign in to comment.