Skip to content
This repository was archived by the owner on Sep 18, 2021. It is now read-only.

Commit c1b6770

Browse files
committed
Make the iago-echo example use scala 2.10.3
Add the scala 2.10.3 dependency the iago-echo's pom.xml. It fixes the known issue reported at #35 https://groups.google.com/forum/#!msg/iago-users/Hbrcne12zBg/0OoSX1HEGr8J
1 parent 41cf6a3 commit c1b6770

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

examples/echo/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@
3232
<artifactId>iago</artifactId>
3333
<version>0.6.14</version>
3434
</dependency>
35+
<dependency>
36+
<groupId>org.scala-lang</groupId>
37+
<artifactId>scala-library</artifactId>
38+
<version>2.10.3</version>
39+
</dependency>
3540
</dependencies>
3641
<build>
3742
<plugins>

0 commit comments

Comments
 (0)