Skip to content

Commit

Permalink
upgrade kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
Carmine DiMascio committed May 13, 2020
1 parent c9623b6 commit f496d19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>io.github.cdimascio</groupId>
<artifactId>java-dotenv</artifactId>
<version>5.1.4</version>
<version>5.2.1</version>

<licenses>
<license>
Expand Down Expand Up @@ -53,7 +53,7 @@
<kotlin.compiler.jvmTarget>1.8</kotlin.compiler.jvmTarget>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<kotlin.version>1.3.70</kotlin.version>
<kotlin.version>1.3.72</kotlin.version>
<main.class>io.cdimascio.DotenvKt</main.class>
<junit.version>4.12</junit.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit f496d19

Please sign in to comment.