Merge pull request #5 from sbt/wip/orgname

organization := "org.scala-sbt"
This commit is contained in:
eugene yokota 2015-09-02 02:45:17 -04:00
commit ef8b947891
1 changed files with 1 additions and 1 deletions

View File

@ -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",