Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Maven Scala plugin upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
alaz committed Mar 22, 2012
1 parent a124eee commit eb39c0b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -95,9 +95,9 @@
<build>
<plugins>
<plugin>
<groupId>org.scala-tools</groupId>
<artifactId>maven-scala-plugin</artifactId>
<version>2.15.2</version>
<groupId>net.alchim31.maven</groupId>
<artifactId>scala-maven-plugin</artifactId>
<version>3.0.1</version>
<configuration>
<scalaVersion>${scala.version}</scalaVersion>
<useFsc>true</useFsc>
Expand Down

0 comments on commit eb39c0b

Please sign in to comment.