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 84a0475 commit dc3c882Copy full SHA for dc3c882
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>nz.ahw.kompat</groupId>
8
<artifactId>kompat-json-lib</artifactId>
9
- <version>0.1.1</version>
+ <version>0.1.2</version>
10
<name>json-lib Kotlin Compatibility</name>
11
12
<licenses>
@@ -23,15 +23,16 @@
23
</scm>
24
25
<properties>
26
- <kotlin.version>1.2.0</kotlin.version>
+ <kotlin.version>1.3.20</kotlin.version>
27
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
28
</properties>
29
30
<dependencies>
31
<dependency>
32
<groupId>org.jetbrains.kotlin</groupId>
33
- <artifactId>kotlin-stdlib</artifactId>
+ <artifactId>kotlin-stdlib-jdk8</artifactId>
34
<version>${kotlin.version}</version>
35
+ <scope>provided</scope>
36
</dependency>
37
38
0 commit comments