Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
Update scala to 2.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ept committed May 19, 2010
1 parent c9f2dbf commit 6afed67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<dependency> <dependency>
<groupId>org.scala-lang</groupId> <groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId> <artifactId>scala-library</artifactId>
<version>2.7.4.final</version> <version>2.7.7</version>
</dependency> </dependency>


<!-- Testing frameworks --> <!-- Testing frameworks -->
Expand Down Expand Up @@ -112,7 +112,7 @@
<plugin> <plugin>
<groupId>org.scala-tools</groupId> <groupId>org.scala-tools</groupId>
<artifactId>maven-scala-plugin</artifactId> <artifactId>maven-scala-plugin</artifactId>
<version>2.10</version> <version>2.13</version>
<executions> <executions>
<execution> <execution>
<id>scala-compile-first</id> <id>scala-compile-first</id>
Expand Down Expand Up @@ -154,7 +154,7 @@
<plugin> <plugin>
<groupId>org.scala-tools</groupId> <groupId>org.scala-tools</groupId>
<artifactId>maven-scala-plugin</artifactId> <artifactId>maven-scala-plugin</artifactId>
<version>2.10</version> <version>2.13</version>
</plugin> </plugin>


<plugin> <plugin>
Expand Down

0 comments on commit 6afed67

Please sign in to comment.