Skip to content

Commit

Permalink
Add missing info that is required for Maven Central
Browse files Browse the repository at this point in the history
  • Loading branch information
2m committed Oct 19, 2017
1 parent 6ff3447 commit b14859e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ lazy val core = project
.settings(
name := "authors-core",
resolvers += Resolver.bintrayRepo("jypma", "maven"),
resolvers += Resolver.bintrayRepo("readytalk", "maven"), // to resolve deps of ts-reaktive
{
val Akka = "2.5.6"
val AkkaHttp = "10.0.10"
Expand Down Expand Up @@ -41,8 +40,13 @@ lazy val plugin = project
inThisBuild(
Seq(
organization := "lt.dvim.authors",
bintrayOrganization := Some("2m"),
licenses += ("Apache-2.0", url("http://www.apache.org/licenses/LICENSE-2.0")),
scmInfo := Some(ScmInfo(url("https://github.com/2m/authors"), "git@github.com:2m/authors.git")),
developers += Developer("contributors",
"Contributors",
"https://gitter.im/2m/authors",
url("https://github.com/2m/authors/graphs/contributors")),
bintrayOrganization := Some("2m"),
scalafmtOnCompile := true
)
)

0 comments on commit b14859e

Please sign in to comment.