We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1c5cfc commit 0505ba4Copy full SHA for 0505ba4
build.sbt
@@ -10,6 +10,7 @@ libraryDependencies ++= Seq(
10
)
11
12
organization := "com.github.cb372"
13
+homepage := Some(url("https://github.com/cb372/scala-typed-holes"))
14
licenses := Seq("Apache License, Version 2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0.html"))
15
developers := List(
16
Developer(
0 commit comments