Skip to content

Commit

Permalink
Merge pull request #19 from alexarchambault/change-organization
Browse files Browse the repository at this point in the history
Change organization
  • Loading branch information
alexarchambault authored Jun 15, 2020
2 parents d35b04c + 348c9ea commit afdf6e9
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 10 deletions.
8 changes: 2 additions & 6 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

inThisBuild(List(
organization := "io.github.alexarchambault.sbt",
homepage := Some(url("https://github.com/alexarchambault/sbt-compatibility")),
organization := "ch.epfl.scala",
homepage := Some(url("https://github.com/scalacenter/sbt-compatibility")),
licenses := List("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")),
developers := List(
Developer(
Expand All @@ -21,7 +21,6 @@ lazy val `sbt-compatibility` = project
sbtPlugin := true,
scriptedLaunchOpts += "-Dplugin.version=" + version.value,
scriptedBufferLog := false,
sonatypeProfileName := "io.github.alexarchambault",
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.7.0"),
libraryDependencies ++= Seq(
"io.github.alexarchambault" %% "data-class" % "0.2.3" % Provided,
Expand All @@ -34,6 +33,3 @@ lazy val `sbt-compatibility` = project

lazy val `sbt-compatibility-dummy` = project
.in(file("target/dummy"))
.settings(
sonatypeProfileName := "io.github.alexarchambault"
)
Original file line number Diff line number Diff line change
@@ -1 +1 @@
addSbtPlugin("io.github.alexarchambault.sbt" % "sbt-compatibility" % sys.props("plugin.version"))
addSbtPlugin("ch.epfl.scala" % "sbt-compatibility" % sys.props("plugin.version"))
Original file line number Diff line number Diff line change
@@ -1 +1 @@
addSbtPlugin("io.github.alexarchambault.sbt" % "sbt-compatibility" % sys.props("plugin.version"))
addSbtPlugin("ch.epfl.scala" % "sbt-compatibility" % sys.props("plugin.version"))
Original file line number Diff line number Diff line change
@@ -1 +1 @@
addSbtPlugin("io.github.alexarchambault.sbt" % "sbt-compatibility" % sys.props("plugin.version"))
addSbtPlugin("ch.epfl.scala" % "sbt-compatibility" % sys.props("plugin.version"))
2 changes: 1 addition & 1 deletion src/sbt-test/sbt-compatibility/simple/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
addSbtPlugin("io.github.alexarchambault.sbt" % "sbt-compatibility" % sys.props("plugin.version"))
addSbtPlugin("ch.epfl.scala" % "sbt-compatibility" % sys.props("plugin.version"))

0 comments on commit afdf6e9

Please sign in to comment.