From 12fe2b7175e4c3ce17f8c664e4f01f1eefa573f0 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 7 Mar 2013 09:39:18 -0600 Subject: missed a couple configuration options --- build.sbt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build.sbt b/build.sbt index 2945bbb..0c139f0 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,11 @@ name := "scala-test-more" +organization := "com.iinteractive" + version := "0.01" +description := "Test library based on Perl's Test::More" + homepage := Some(url("https://github.com/doy/scala-test-more")) licenses := Seq( -- cgit v1.2.3-54-g00ecf