From 6362ca6e9c8d434305256e4475aec35194442fac Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Sun, 29 Jan 2023 12:20:45 -0800 Subject: [PATCH] Published new snapshot --- pom.xml | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) 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 +