Skip to content

Commit

Permalink
Update to nscala-time 1.8.0 for Scala 2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
srowen committed Feb 11, 2015
1 parent 9e93a66 commit 94fa09d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ch08-geotime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</dependency>
<dependency>
<groupId>com.github.nscala-time</groupId>
<artifactId>nscala-time_2.9.1</artifactId>
<artifactId>nscala-time_2.10</artifactId>
</dependency>
<dependency>
<groupId>com.esri.geometry</groupId>
Expand Down
2 changes: 1 addition & 1 deletion ch09-risk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</dependency>
<dependency>
<groupId>com.github.nscala-time</groupId>
<artifactId>nscala-time_2.9.1</artifactId>
<artifactId>nscala-time_2.10</artifactId>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@
</dependency>
<dependency>
<groupId>com.github.nscala-time</groupId>
<artifactId>nscala-time_2.9.1</artifactId>
<version>1.4.0</version>
<artifactId>nscala-time_2.10</artifactId>
<version>1.8.0</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit 94fa09d

Please sign in to comment.