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 := (