Skip to content

Commit 49e3a3c

Browse files
committed
Add project info
1 parent 48c90fd commit 49e3a3c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

build.sbt

+7
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ import scala.util.Try
55
name := "mockito-scala"
66
organization := "org.mockito"
77

8+
licenses := Seq("MIT" -> url("https://opensource.org/licenses/MIT"))
9+
homepage := Some(url("https://github.com/mockito/mockito-scala"))
10+
scmInfo := Some(ScmInfo(url("https://github.com/mockito/mockito-scala"), "git@github.com:mockito/mockito-scala.git"))
11+
developers := List(
12+
Developer("bbonanno", "Bruno Bonanno", "bbonanno@gmail.com", url("https://github.com/bbonanno"))
13+
)
14+
815
//Load version from the file so that Gradle/Shipkit and SBT use the same version
916
version := {
1017
val pattern = """^version=(.+)$""".r

0 commit comments

Comments
 (0)