mirror of https://github.com/sbt/sbt.git
Merge pull request #5 from sbt/wip/orgname
organization := "org.scala-sbt"
This commit is contained in:
commit
ef8b947891
|
|
@ -28,7 +28,7 @@ lazy val utilRoot: Project = (project in file(".")).
|
||||||
).
|
).
|
||||||
settings(
|
settings(
|
||||||
inThisBuild(Seq(
|
inThisBuild(Seq(
|
||||||
organization := "org.scala-sbt.util",
|
organization := "org.scala-sbt",
|
||||||
version := "0.1.0-SNAPSHOT",
|
version := "0.1.0-SNAPSHOT",
|
||||||
homepage := Some(url("https://github.com/sbt/util")),
|
homepage := Some(url("https://github.com/sbt/util")),
|
||||||
description := "Util module for sbt",
|
description := "Util module for sbt",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue