mirror of
https://github.com/sbt/sbt.git
synced 2026-09-08 11:13:23 +02:00
working on module-confs test
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
{
|
||||
def snapshotPattern = "http://repo.typesafe.com/typesafe/scala-tools-snapshots/[organization]/[module]/2.10.0-SNAPSHOT/[artifact]-[revision].[ext]"
|
||||
def scalaSnapshots = Resolver.url("Scala Tools Snapshots") artifacts(snapshotPattern) ivys(snapshotPattern) mavenStyle()
|
||||
def scalaSnapshots = Resolver.url("Scala Tools Snapshots (Typesafe)") ivys(snapshotPattern) artifacts(snapshotPattern) mavenStyle()
|
||||
moduleConfigurations += ModuleConfiguration("org.scala-lang", "*", "2.10.0-.*", scalaSnapshots)
|
||||
}
|
||||
|
||||
libraryDependencies += "org.scala-lang" % "scala-compiler" % "2.10.0-20110531.020043-60"
|
||||
libraryDependencies += "org.scala-lang" % "scala-compiler" % "2.10.0-20111001.020530-165"
|
||||
|
||||
resolvers := Nil
|
||||
@@ -4,4 +4,6 @@
|
||||
moduleConfigurations += ModuleConfiguration("org.not-scala-lang", "*", "2.10.0-.*", scalaSnapshots)
|
||||
}
|
||||
|
||||
libraryDependencies += "org.scala-lang" % "scala-compiler" % "2.10.0-20110531.020043-60"
|
||||
libraryDependencies += "org.scala-lang" % "scala-compiler" % "2.10.0-20111001.020530-165"
|
||||
|
||||
resolvers := Nil
|
||||
@@ -4,4 +4,6 @@
|
||||
moduleConfigurations += ModuleConfiguration("org.scala-lang", "*", "2.10.0-.*", scalaSnapshots)
|
||||
}
|
||||
|
||||
libraryDependencies += "org.scala-lang" % "scala-compiler" % "2.10.0-20110531.020043-60"
|
||||
libraryDependencies += "org.scala-lang" % "scala-compiler" % "2.10.0-20111001.020530-165"
|
||||
|
||||
resolvers := Nil
|
||||
@@ -4,4 +4,6 @@
|
||||
moduleConfigurations += ModuleConfiguration("org.scala-lang", "*", "2.10.0-.*", scalaSnapshots)
|
||||
}
|
||||
|
||||
libraryDependencies += "org.scala-lang" % "scala-compiler" % "2.10.0-20110531.020043-61"
|
||||
libraryDependencies += "org.scala-lang" % "scala-compiler" % "2.10.0-20111001.020530-164"
|
||||
|
||||
resolvers := Nil
|
||||
Reference in New Issue
Block a user