Skip to content

Commit

Permalink
Fix Chill version in Maven
Browse files Browse the repository at this point in the history
  • Loading branch information
mateiz committed Jul 25, 2013
1 parent e2421c1 commit 8eb8b52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
</dependency>
<dependency>
<groupId>com.twitter</groupId>
<artifactId>chill</artifactId>
<artifactId>chill_2.9.3</artifactId>
<version>0.3.0</version>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
</dependency>
<dependency>
<groupId>com.twitter</groupId>
<artifactId>chill</artifactId>
<artifactId>chill_2.9.3</artifactId>
<version>0.3.0</version>
</dependency>
<dependency>
Expand Down

0 comments on commit 8eb8b52

Please sign in to comment.