We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91df48d commit bc75898Copy full SHA for bc75898
build.sbt
@@ -20,5 +20,6 @@ parallelExecution in Test := false
20
inThisBuild(List(
21
organization := "com.github.fqaiser94",
22
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"))
+ 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")))
25
))
0 commit comments