Skip to content

Commit

Permalink
Upgrade scopt 2.1.0 and jodd 3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephane Landelle committed Jun 17, 2012
1 parent 8d660c8 commit 164b68e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gatling-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</dependency>
<dependency>
<groupId>com.github.scopt</groupId>
<artifactId>scopt_2.9.1</artifactId>
<artifactId>scopt_2.9.2</artifactId>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion gatling-recorder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</dependency>
<dependency>
<groupId>com.github.scopt</groupId>
<artifactId>scopt_2.9.1</artifactId>
<artifactId>scopt_2.9.2</artifactId>
</dependency>
<dependency>
<groupId>org.clapper</groupId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<joda-time.version>2.1</joda-time.version>
<joda-convert.version>1.2</joda-convert.version>
<xstream.version>1.4.2</xstream.version>
<scopt.version>2.0.1</scopt.version>
<scopt.version>2.1.0</scopt.version>
<args4j.version>2.0.21</args4j.version>
<twitter-util.version>3.0.0</twitter-util.version>
<opencsv.version>2.3</opencsv.version>
Expand All @@ -108,7 +108,7 @@
<jackson.version>2.0.2</jackson.version>
<commons-math3.version>3.0</commons-math3.version>
<commons-io.version>2.3</commons-io.version>
<jodd.version>3.3.3</jodd.version>
<jodd.version>3.3.4</jodd.version>
<asm.version>4.0</asm.version>
<redis.version>2.5</redis.version>
<junit.version>4.10</junit.version>
Expand Down Expand Up @@ -298,7 +298,7 @@
</dependency>
<dependency>
<groupId>com.github.scopt</groupId>
<artifactId>scopt_2.9.1</artifactId>
<artifactId>scopt_2.9.2</artifactId>
<version>${scopt.version}</version>
</dependency>
<dependency>
Expand Down

0 comments on commit 164b68e

Please sign in to comment.