File tree Expand file tree Collapse file tree
plugin/src/sbt-test/scalafmt-sbt/sbt Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11inThisBuild(
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" )
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11addSbtPlugin (
2- " com.geirsson " % " sbt-scalafmt" % System .getProperty(" plugin.version" ))
2+ " org.scalameta " % " sbt-scalafmt" % System .getProperty(" plugin.version" ))
33resolvers += Resolver .sonatypeRepo(" releases" )
44
You can’t perform that action at this time.
0 commit comments