mirror of https://github.com/sbt/sbt.git
use newer nightly for module-confs test
This commit is contained in:
parent
019ce4e535
commit
f66a3b4f87
|
|
@ -8,7 +8,7 @@ class Test(info: ProjectInfo) extends DefaultProject(info)
|
|||
def scalaSnapshots = Resolver.url("Scala Tools Snapshots") artifacts(snapshotPattern) ivys(snapshotPattern) mavenStyle()
|
||||
val scOnly = ModuleConfiguration("org.scala-lang", "*", "2.8.0-.*", scalaSnapshots)
|
||||
|
||||
val uniqueScala = "org.scala-lang" % "scala-compiler" % "2.8.0-20100115.022156-304"
|
||||
val uniqueScala = "org.scala-lang" % "scala-compiler" % "2.8.0-20100511.013550-380"
|
||||
val otherDep = "org.scala-tools.sxr" % "sxr_2.7.5" % "0.2.3"
|
||||
|
||||
override def checkExplicitScalaDependencies = false
|
||||
|
|
|
|||
Loading…
Reference in New Issue