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(
|
||||
inThisBuild(Seq(
|
||||
organization := "org.scala-sbt.util",
|
||||
organization := "org.scala-sbt",
|
||||
version := "0.1.0-SNAPSHOT",
|
||||
homepage := Some(url("https://github.com/sbt/util")),
|
||||
description := "Util module for sbt",
|
||||
|
|
|
|||
Loading…
Reference in New Issue