mirror of https://github.com/sbt/sbt.git
Bump versions for the last time.
git-svn-id: https://simple-build-tool.googlecode.com/svn/trunk@911 d89573ee-9141-11dd-94d4-bdf5e562f29c
This commit is contained in:
parent
d44f771125
commit
cc2b68a4dd
|
|
@ -2,6 +2,6 @@
|
|||
#Mon Jul 27 15:17:30 EDT 2009
|
||||
project.organization=sbt
|
||||
project.name=Simple Build Tool Parent
|
||||
sbt.version=0.5.1
|
||||
project.version=0.5.2
|
||||
sbt.version=0.5.2
|
||||
project.version=0.5.3-SNAPSHOT
|
||||
scala.version=2.7.2
|
||||
|
|
|
|||
|
|
@ -2,5 +2,5 @@ import sbt._
|
|||
|
||||
class Plugins(info: ProjectInfo) extends PluginDefinition(info)
|
||||
{
|
||||
val scripted = "org.scala-tools.sbt" % "test" % "0.5.1"
|
||||
val scripted = "org.scala-tools.sbt" % "test" % "0.5.2"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue