Skip to content

Commit

Permalink
Bump project + scala versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwanthkumar committed Apr 20, 2018
1 parent 00ff1c5 commit 4f988f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
<groupId>in.ashwanthkumar</groupId>
<artifactId>vamana2</artifactId>
<packaging>jar</packaging>
<version>1.0-rc4</version>
<version>1.0-rc5</version>
<name>vamana2</name>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.7</java.version>
<aws-java-sdk.version>1.10.26</aws-java-sdk.version>
<scala.version>2.10.4</scala.version>
<scala.lib.version>2.10</scala.lib.version>
<scala.version>2.11.12</scala.version>
<scala.lib.version>2.11</scala.lib.version>
<scalatest.version>2.2.3</scalatest.version>
</properties>

Expand Down

0 comments on commit 4f988f0

Please sign in to comment.