mirror of https://github.com/sbt/sbt.git
update to Scala 2.8.1.RC1, Ivy 2.2.0-rc1
use dependencies compiled against Scala 2.8.0
This commit is contained in:
parent
988c526ef5
commit
2838619011
|
|
@ -257,7 +257,7 @@ private object IvySbt
|
||||||
javaMap(ea.extraAttributes)
|
javaMap(ea.extraAttributes)
|
||||||
}
|
}
|
||||||
private def javaMap(map: Map[String,String]) =
|
private def javaMap(map: Map[String,String]) =
|
||||||
if(map.isEmpty) null else scala.collection.JavaConversions.asMap(map)
|
if(map.isEmpty) null else scala.collection.JavaConversions.asJavaMap(map)
|
||||||
|
|
||||||
private object javaMap
|
private object javaMap
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue