Skip to content

Commit

Permalink
[sbt] add homepage and licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelkaczor committed May 26, 2015
1 parent 4ce52cb commit 05efa93
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.sbt
Expand Up @@ -7,12 +7,14 @@ organization := "pl.newicom"

version := "0.2.0"

homepage := Some(new java.net.URL("http://github.com/pawelkaczor/resttest"))

licenses := ("Apache2", new java.net.URL("http://www.apache.org/licenses/LICENSE-2.0.txt")) :: Nil

scalaVersion := "2.11.6"

resolvers += "typesafe repo" at "http://repo.typesafe.com/typesafe/releases/"

//resolvers += "spray repo" at "http://repo.spray.io/"

publishMavenStyle := true

libraryDependencies ++= resttestDependencies
Expand Down

0 comments on commit 05efa93

Please sign in to comment.