Skip to content

Commit

Permalink
updated Scala to 2.8.0 RC 3
Browse files Browse the repository at this point in the history
  • Loading branch information
jmhofer committed May 31, 2010
1 parent 08abffe commit 53498c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ecobertura.pde/ivy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<conf name="runtime" description="everything needed during runtime" />
</configurations>
<dependencies>
<dependency org="org.scala-lang" name="scala-compiler" rev="2.8.0.RC2" conf="compile->default">
<dependency org="org.scala-lang" name="scala-compiler" rev="2.8.0.RC3" conf="compile->default">
<exclude name="scala-library" />
</dependency>

<dependency org="org.scala-lang" name="scala-library" rev="2.8.0.RC2" conf="runtime->default" />
<dependency org="org.scala-lang" name="scala-library" rev="2.8.0.RC3" conf="runtime->default" />
<dependency org="net.sourceforge.cobertura" name="cobertura" rev="1.9.4+" conf="runtime->default">
<exclude org="org.apache.ant" />
</dependency>
Expand Down

0 comments on commit 53498c0

Please sign in to comment.