File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -28,4 +28,3 @@ scalacOptions ++= Seq(
2828)
2929
3030ScalariformSupport .formatSettings
31-
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ sbtPlugin := true
22
33name := " sbt-dependency-graph"
44
5- organization := " net.virtual-void "
5+ organization := " org.hammerlab "
66
7- homepage := Some (url(" http://github.com/jrudolph /sbt-dependency-graph" ))
7+ homepage := Some (url(" http://github.com/hammerlab /sbt-dependency-graph" ))
88
9- licenses in GlobalScope += " Apache License 2.0" -> url(" https://github.com/jrudolph /sbt-dependency-graph/raw/master/LICENSE" )
9+ licenses in GlobalScope += " Apache License 2.0" -> url(" https://github.com/hammerlab /sbt-dependency-graph/raw/master/LICENSE" )
Original file line number Diff line number Diff line change @@ -2,3 +2,4 @@ libraryDependencies += "org.scala-sbt" % "scripted-plugin" % sbtVersion.value
22
33addSbtPlugin(" com.typesafe.sbt" % " sbt-scalariform" % " 1.2.1" )
44addSbtPlugin(" com.dwijnand" % " sbt-dynver" % " 2.0.0" )
5+ addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 1.1" )
Original file line number Diff line number Diff line change 11publishTo := {
22 val nexus = " https://oss.sonatype.org/"
33 Some {
4- if (version .value.trim.contains( " + " ) ) " snapshots" at nexus + " content/repositories/snapshots"
5- else " releases" at nexus + " service/local/staging/deploy/maven2"
4+ if (isSnapshot .value) " snapshots" at nexus + " content/repositories/snapshots"
5+ else " releases" at nexus + " service/local/staging/deploy/maven2"
66 }
77}
88
You can’t perform that action at this time.
0 commit comments