Converted utility classes to objects
This commit is contained in:
parent
b61fed0fa6
commit
2a17c42737
10 changed files with 130 additions and 142 deletions
10
pom.xml
10
pom.xml
|
@ -10,7 +10,7 @@
|
|||
<artifactId>jokeapi</artifactId>
|
||||
<version>0.9-SNAPSHOT</version>
|
||||
<name>jokeapi</name>
|
||||
<description>Kotlin/Java Wrapper for Sv443's JokeAPI</description>
|
||||
<description>Wrapper for Sv443's JokeAPI</description>
|
||||
<url>https://github.com/ethauvin/jokeapi</url>
|
||||
<licenses>
|
||||
<license>
|
||||
|
@ -27,8 +27,8 @@
|
|||
</developer>
|
||||
</developers>
|
||||
<scm>
|
||||
<connection>scm:git:git://github.com/ethauvin/jokeapi.git</connection>
|
||||
<developerConnection>scm:git:git@github.com:ethauvin/jokeapi.git</developerConnection>
|
||||
<connection>scm:git://github.com/ethauvin/jokeapi.git</connection>
|
||||
<developerConnection>scm:git@github.com:ethauvin/jokeapi.git</developerConnection>
|
||||
<url>https://github.com/ethauvin/jokeapi</url>
|
||||
</scm>
|
||||
<issueManagement>
|
||||
|
@ -40,7 +40,7 @@
|
|||
<dependency>
|
||||
<groupId>org.jetbrains.kotlin</groupId>
|
||||
<artifactId>kotlin-bom</artifactId>
|
||||
<version>1.7.20</version>
|
||||
<version>1.8.0</version>
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
|
@ -50,7 +50,7 @@
|
|||
<dependency>
|
||||
<groupId>org.jetbrains.kotlin</groupId>
|
||||
<artifactId>kotlin-stdlib-jdk8</artifactId>
|
||||
<version>1.7.20</version>
|
||||
<version>1.8.0</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue