Skip to content

Commit cdd4976

Browse files
committed
updated to Scala 2.9.1
1 parent f3a633d commit cdd4976

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<maven.compiler.source>1.6</maven.compiler.source>
1111
<maven.compiler.target>1.6</maven.compiler.target>
1212
<encoding>UTF-8</encoding>
13-
<scala.version>2.9.0-1</scala.version>
13+
<scala.version>2.9.1</scala.version>
1414
</properties>
1515

1616
<repositories>
@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>org.specs2</groupId>
5757
<artifactId>specs2_${scala.version}</artifactId>
58-
<version>1.3</version>
58+
<version>1.5</version>
5959
<scope>test</scope>
6060
</dependency>
6161
</dependencies>

0 commit comments

Comments
 (0)