Skip to content

Commit

Permalink
Upgraded used scala version to 2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fmueller committed Jan 29, 2012
1 parent 44fb890 commit 9e15e70
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 @@ -70,7 +70,7 @@

<license.mailto>felix.mueller.berlin@googlemail.com</license.mailto>

<scala.version>2.9.0-1</scala.version>
<scala.version>2.9.1</scala.version>
</properties>

<dependencies>
Expand All @@ -91,7 +91,7 @@
</dependency>
<dependency>
<groupId>org.scalariform</groupId>
<artifactId>scalariform_2.9.0</artifactId>
<artifactId>scalariform_${scala.version}</artifactId>
<version>0.1.1</version>
</dependency>

Expand All @@ -103,7 +103,7 @@
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.9.0</artifactId>
<artifactId>scalatest_${scala.version}</artifactId>
<version>1.6.1</version>
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit 9e15e70

Please sign in to comment.