Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
oldratlee committed Apr 30, 2019
1 parent af846b0 commit 095f577
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<kotlin.version>1.3.11</kotlin.version>
<kotlin.coroutine.version>1.0.1</kotlin.coroutine.version>
<kotlin.version>1.3.31</kotlin.version>
<kotlin.coroutine.version>1.2.1</kotlin.coroutine.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -129,7 +129,7 @@
<dependency>
<groupId>io.reactivex.rxjava2</groupId>
<artifactId>rxjava</artifactId>
<version>2.2.4</version>
<version>2.2.8</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions pom4ide.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<kotlin.version>1.3.11</kotlin.version>
<kotlin.coroutine.version>1.0.1</kotlin.coroutine.version>
<kotlin.version>1.3.30</kotlin.version>
<kotlin.coroutine.version>1.1.1</kotlin.coroutine.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -129,7 +129,7 @@
<dependency>
<groupId>io.reactivex.rxjava2</groupId>
<artifactId>rxjava</artifactId>
<version>2.2.4</version>
<version>2.2.8</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 095f577

Please sign in to comment.