sbtPlugin := true organization := "com.github.tototoshi" name := "sbt-automkcol" crossSbtVersions := Seq("0.13.17", "1.1.0") version := "2.1.0" libraryDependencies ++= Seq( "org.scalaj" %% "scalaj-http" % "2.3.0" ) publishMavenStyle := true publishTo := { val nexus = "https://oss.sonatype.org/" if (version.value.trim.endsWith("SNAPSHOT")) Some("snapshots" at nexus + "content/repositories/snapshots") else Some("releases" at nexus + "service/local/staging/deploy/maven2") } publishArtifact in Test := false pomExtra := ( https://github.com/tototoshi/sbt-automkcol Eclipse Public License v1.0 http://www.eclipse.org/legal/epl-v10.html repo [email protected]:tototoshi/sbt-automkcol scm:git:[email protected]:tototoshi/sbt-automkcol.git diversit Joost den Boer http://www.diversit.eu tototoshi Toshiyuki Takahashi https://github.com/tototoshi )