We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b8df8c commit 44a60e1Copy full SHA for 44a60e1
build.sbt
@@ -3,6 +3,7 @@ inThisBuild(
3
organization := "ca.dvgi",
4
homepage := Some(url("https://github.com/dvgica/periodic")),
5
licenses := List("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")),
6
+ description := "A Scala library for self-updating vars and other periodic actions",
7
developers := List(
8
Developer(
9
"dvgica",
0 commit comments