Skip to content

Commit

Permalink
upgraded to use kotlin 1.3.0 and reactor 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sunitparekh committed Nov 10, 2018
1 parent 07a2899 commit b902420
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<kotlin.version>1.2.70</kotlin.version>
<kotlin.version>1.3.0</kotlin.version>
<version.jacoco>0.8.2</version.jacoco>
</properties>

Expand Down Expand Up @@ -81,7 +81,7 @@
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
<version>3.1.9.RELEASE</version>
<version>3.2.2.RELEASE</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
Expand Down

0 comments on commit b902420

Please sign in to comment.