Skip to content

Commit

Permalink
Update readme with cross build info.
Browse files Browse the repository at this point in the history
  • Loading branch information
rossabaker committed Nov 12, 2012
1 parent 25d05c1 commit 0ed6e04
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,26 @@ Write maven plugins in Scala.

See [documentation site](http://jsuereth.com/scala-mojo-support)


Stable version:

<dependency>
<groupId>com.jsuereth</groupId>
<artifactId>scala-mojo-support</artifactId>
<version>0.4</version>
</dependency>

Development version, Scala 2.9.x:

<dependency>
<groupId>com.jsuereth</groupId>
<artifactId>scala-mojo-support_2.9</artifactId>
<version>0.5-SNAPSHOT</version>
</dependency>

Development version, Scala 2.10.0-RC2:

<dependency>
<groupId>com.jsuereth</groupId>
<artifactId>scala-mojo-support_2.10.0-RC2</artifactId>
<version>0.5-SNAPSHOT</version>
</dependency>

0 comments on commit 0ed6e04

Please sign in to comment.