organization := "org.scala-sbt"

This commit is contained in:
Eugene Yokota 2015-09-02 02:44:51 -04:00
parent dc8642a85a
commit cf890a84a8
1 changed files with 1 additions and 1 deletions

View File

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