Skip to content

Commit bc75898

Browse files
authored
add developer information (#12)
1 parent 91df48d commit bc75898

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.sbt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@ parallelExecution in Test := false
2020
inThisBuild(List(
2121
organization := "com.github.fqaiser94",
2222
homepage := Some(url("https://github.com/fqaiser94/mse")),
23-
licenses := Seq("Apache License 2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0.html"))
23+
licenses := Seq("Apache License 2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0.html")),
24+
developers := List(Developer("fqaiser94", "fqaiser94", "", url("https://github.com/fqaiser94")))
2425
))

0 commit comments

Comments
 (0)