File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff 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
4140inThisBuild(
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)
You can’t perform that action at this time.
0 commit comments