Skip to content

Commit 56504e7

Browse files
authored
Merge pull request #21 from tanishiking/change-organization
Change organization to org.scalameta
2 parents 3614726 + 99735b5 commit 56504e7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
inThisBuild(
22
List(
3-
organization := "com.geirsson",
3+
organization := "org.scalameta",
44
homepage := Some(url("https://github.com/scalameta/sbt-scalafmt")),
55
licenses := Seq(
66
"Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")

plugin/src/sbt-test/scalafmt-sbt/sbt/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ TaskKey[Unit]("check") := {
229229
file("project/plugins.sbt"),
230230
"""
231231
|addSbtPlugin(
232-
| "com.geirsson" % "sbt-scalafmt" % System.getProperty("plugin.version")
232+
| "org.scalameta" % "sbt-scalafmt" % System.getProperty("plugin.version")
233233
|)
234234
|resolvers += Resolver.sonatypeRepo("releases")
235235
""".stripMargin
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
addSbtPlugin (
2-
"com.geirsson" % "sbt-scalafmt" % System.getProperty("plugin.version"))
2+
"org.scalameta" % "sbt-scalafmt" % System.getProperty("plugin.version"))
33
resolvers += Resolver.sonatypeRepo("releases")
44

0 commit comments

Comments
 (0)