Skip to content

Commit

Permalink
Change org to com.github.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
mdedetrich committed Jan 26, 2024
1 parent 5b2a966 commit 994ba56
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This was originally written by [@ktoso](https://github.com/ktoso) for Akka, and
You can add the plugin to your project by adding the following to `project/plugins.sbt`:

```scala
addSbtPlugin("com.hpe.sbt" % "sbt-pull-request-validator" % "1.0.0")
addSbtPlugin("com.github.sbt" % "sbt-pull-request-validator" % "1.0.0")
```

Then, configure your project to run `sbt validatePullRequest` when pull requests get built.
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ lazy val scala212 = "2.12.18"
ThisBuild / crossScalaVersions := Seq(scala212)
ThisBuild / scalaVersion := scala212

organization := "com.hpe.sbt"
organization := "com.github.sbt"

homepage := Some(url("https://github.com/sbt/sbt-pull-request-validator"))
licenses := Seq("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0"))
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
addSbtPlugin("com.hpe.sbt" % "sbt-pull-request-validator" % sys.props("plugin.version"))
addSbtPlugin("com.github.sbt" % "sbt-pull-request-validator" % sys.props("plugin.version"))
Original file line number Diff line number Diff line change
@@ -1 +1 @@
addSbtPlugin("com.hpe.sbt" % "sbt-pull-request-validator" % sys.props("plugin.version"))
addSbtPlugin("com.github.sbt" % "sbt-pull-request-validator" % sys.props("plugin.version"))
Original file line number Diff line number Diff line change
@@ -1 +1 @@
addSbtPlugin("com.hpe.sbt" % "sbt-pull-request-validator" % sys.props("plugin.version"))
addSbtPlugin("com.github.sbt" % "sbt-pull-request-validator" % sys.props("plugin.version"))
Original file line number Diff line number Diff line change
@@ -1 +1 @@
addSbtPlugin("com.hpe.sbt" % "sbt-pull-request-validator" % sys.props("plugin.version"))
addSbtPlugin("com.github.sbt" % "sbt-pull-request-validator" % sys.props("plugin.version"))

0 comments on commit 994ba56

Please sign in to comment.