Updated dependencies.

This commit is contained in:
Erik C. Thauvin 2020-03-05 22:47:39 -08:00
parent fc4b25bda4
commit 5550f076ca
11 changed files with 55 additions and 44 deletions

View file

@ -51,9 +51,9 @@ import java.util.logging.Level
import java.util.logging.Logger
/**
* A Kotlin/Java library for accessing the Akismet service.
* Provides access to the [Akismet API](https://akismet.com/development/api/).
*
* @constructor Create new instance using the provided [Akismet](https://www.askimet.com/) API key.
* @constructor Creates new instance using the provided [Akismet](https://www.askimet.com/) API key.
*/
@Version(properties = "version.properties", type = "kt")
open class Akismet(apiKey: String) {