File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,15 +64,7 @@ object ProjectPlugin extends AutoPlugin {
6464 description := " Github API wrapper written in Scala" ,
6565 startYear := Option (2016 ),
6666 resolvers += Resolver .sonatypeRepo(" snapshots" ),
67- orgGithubSettings := GitHubSettings (
68- organization = " 47deg" ,
69- project = name.value,
70- organizationName = " 47 Degrees" ,
71- groupId = " com.47deg" ,
72- organizationHomePage = url(" http://47deg.com" ),
73- organizationEmail = " hello@47deg.com"
74- ),
75- orgLicense := sbtorgpolicies.model.MITLicense ,
67+ orgLicenseSetting := sbtorgpolicies.model.MITLicense ,
7668 scalaVersion := scalac.`2.12`,
7769 crossScalaVersions := " 2.10.6" :: scalac.crossScalaVersions,
7870 scalaOrganization := " org.scala-lang" ,
Original file line number Diff line number Diff line change 11resolvers += Resolver .sonatypeRepo(" snapshots" )
2- addSbtPlugin(" com.47deg" % " sbt-org-policies" % " 0.2.2-SNAPSHOT " )
2+ addSbtPlugin(" com.47deg" % " sbt-org-policies" % " 0.3.1 " )
You can’t perform that action at this time.
0 commit comments