Dependencies updates.
This commit is contained in:
parent
00249bd87f
commit
652bc83a6a
1 changed files with 7 additions and 7 deletions
14
pom.xml
14
pom.xml
|
@ -5,17 +5,17 @@
|
|||
<artifactId>pinboard-poster</artifactId>
|
||||
<version>1.0.1-beta</version>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.jetbrains.kotlin</groupId>
|
||||
<artifactId>kotlin-stdlib</artifactId>
|
||||
<version>1.3.21</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.squareup.okhttp3</groupId>
|
||||
<artifactId>okhttp</artifactId>
|
||||
<version>3.14.0</version>
|
||||
<scope>runtime</scope>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jetbrains.kotlin</groupId>
|
||||
<artifactId>kotlin-stdlib</artifactId>
|
||||
<version>1.3.30</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<name>pinboard-poster</name>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue