Skip to content

Commit

Permalink
update kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
Carmine DiMascio committed Feb 18, 2018
1 parent 9a0b994 commit 5ce6451
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions java-dotenv-3.0.0.pom → java-dotenv-3.0.1.pom
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>3.0.0</version>
<version>3.0.1</version>

<licenses>
<license>
Expand Down Expand Up @@ -50,7 +50,7 @@


<properties>
<kotlin.version>1.2.10</kotlin.version>
<kotlin.version>1.2.21</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
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>3.0.0</version>
<version>3.0.1</version>

<licenses>
<license>
Expand Down Expand Up @@ -50,7 +50,7 @@


<properties>
<kotlin.version>1.2.10</kotlin.version>
<kotlin.version>1.2.21</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 5ce6451

Please sign in to comment.