diff --git a/pom.xml b/pom.xml
index 24cf88e..a3b26de 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
isgd-shorten
0.9.2-SNAPSHOT
isgd-shorten
- is.gd Shortener for Kotlin/Java
+ A simple implementation of the is.gd URL shortening and lookup APIs
https://github.com/ethauvin/isgd-shorten
@@ -27,8 +27,8 @@
- scm:git:git://github.com/ethauvin/isgd-shorten.git
- scm:git:git@github.com:ethauvin/isgd-shorten.git
+ scm:git://github.com/ethauvin/isgd-shorten.git
+ scm:git@github.com:ethauvin/isgd-shorten.git
https://github.com/ethauvin/isgd-shorten
@@ -40,7 +40,7 @@
org.jetbrains.kotlin
kotlin-bom
- 1.7.20
+ 1.8.0
pom
import
@@ -50,8 +50,14 @@
org.jetbrains.kotlin
kotlin-stdlib-jdk8
- 1.7.20
+ 1.8.0
compile
+
+ net.thauvin.erik
+ urlencoder
+ 1.3.0
+ runtime
+