mirror of https://github.com/sbt/sbt.git
0.6.12
This commit is contained in:
parent
fbaf5cbf2e
commit
8bc87fecef
|
|
@ -1,5 +1,5 @@
|
|||
project.organization=org.scala-tools.sbt
|
||||
project.name=Simple Build Tool
|
||||
sbt.version=0.5.6
|
||||
project.version=0.6.12-SNAPSHOT
|
||||
project.version=0.6.12
|
||||
scala.version=2.7.7
|
||||
|
|
|
|||
|
|
@ -4,6 +4,6 @@ import java.net.URL
|
|||
|
||||
class Plugins(info: ProjectInfo) extends PluginDefinition(info)
|
||||
{
|
||||
val scripted = "org.scala-tools.sbt" % "scripted" % "0.6.9"
|
||||
val scripted = "org.scala-tools.sbt" % "scripted" % "0.6.12"
|
||||
val technically = Resolver.url("technically.us", new URL("http://databinder.net/repo/"))(Resolver.ivyStylePatterns)
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,6 +3,6 @@
|
|||
project.organization=org.scala-tools.sbt
|
||||
project.name=scripted
|
||||
sbt.version=0.5.6
|
||||
project.version=0.6.12-SNAPSHOT
|
||||
project.version=0.6.12
|
||||
scala.version=2.7.7
|
||||
project.initialize=false
|
||||
|
|
|
|||
Loading…
Reference in New Issue