- stick with scala 2.7.7 for now as we have compile problems with upgrad
This commit is contained in:
parent
9c76d27dc7
commit
bfd6316040
@ -100,11 +100,11 @@ dependencies {
|
|||||||
compile 'net.jcip:jcip-annotations:1.0@jar'
|
compile 'net.jcip:jcip-annotations:1.0@jar'
|
||||||
|
|
||||||
// Libraries needed to run the scala tools
|
// Libraries needed to run the scala tools
|
||||||
scalaTools 'org.scala-lang:scala-compiler:2.9.1'
|
scalaTools 'org.scala-lang:scala-compiler:2.7.7'
|
||||||
scalaTools 'org.scala-lang:scala-library:2.9.1'
|
scalaTools 'org.scala-lang:scala-library:2.7.7'
|
||||||
|
|
||||||
// Libraries needed for scala api
|
// Libraries needed for scala api
|
||||||
compile 'org.scala-lang:scala-library:2.9.1'
|
compile 'org.scala-lang:scala-library:2.7.7'
|
||||||
|
|
||||||
compile 'net/lag/configgy:configgy:1.5@jar'
|
compile 'net/lag/configgy:configgy:1.5@jar'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user