Skip to content

Commit b14859e

Browse files
committed
Add missing info that is required for Maven Central
1 parent 6ff3447 commit b14859e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

build.sbt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ lazy val core = project
66
.settings(
77
name := "authors-core",
88
resolvers += Resolver.bintrayRepo("jypma", "maven"),
9-
resolvers += Resolver.bintrayRepo("readytalk", "maven"), // to resolve deps of ts-reaktive
109
{
1110
val Akka = "2.5.6"
1211
val AkkaHttp = "10.0.10"
@@ -41,8 +40,13 @@ lazy val plugin = project
4140
inThisBuild(
4241
Seq(
4342
organization := "lt.dvim.authors",
44-
bintrayOrganization := Some("2m"),
4543
licenses += ("Apache-2.0", url("http://www.apache.org/licenses/LICENSE-2.0")),
44+
scmInfo := Some(ScmInfo(url("https://github.com/2m/authors"), "git@github.com:2m/authors.git")),
45+
developers += Developer("contributors",
46+
"Contributors",
47+
"https://gitter.im/2m/authors",
48+
url("https://github.com/2m/authors/graphs/contributors")),
49+
bintrayOrganization := Some("2m"),
4650
scalafmtOnCompile := true
4751
)
4852
)

0 commit comments

Comments
 (0)