We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c06725f commit c8cfa27Copy full SHA for c8cfa27
pom.xml
@@ -10,7 +10,7 @@
10
11
<groupId>io.github.cdimascio</groupId>
12
<artifactId>dotenv-kotlin</artifactId>
13
- <version>6.1.1</version>
+ <version>6.2.0</version>
14
15
<licenses>
16
<license>
@@ -50,10 +50,10 @@
50
51
52
<properties>
53
- <dotenv.version>2.0.0</dotenv.version>
+ <dotenv.version>2.1.0</dotenv.version>
54
<kotlin.compiler.jvmTarget>1.8</kotlin.compiler.jvmTarget>
55
- <maven.compiler.target>11</maven.compiler.target>
56
- <maven.compiler.source>11</maven.compiler.source>
+ <maven.compiler.target>1.8</maven.compiler.target>
+ <maven.compiler.source>1.8</maven.compiler.source>
57
<kotlin.version>1.4.0</kotlin.version>
58
<main.class>io.cdimascio.DotenvKt</main.class>
59
<junit.version>4.12</junit.version>
0 commit comments