mirror of https://github.com/sbt/sbt.git
correct error
This commit is contained in:
parent
24464ccbe7
commit
04ae140d12
|
|
@ -9,5 +9,5 @@ class SbtTest(info: ProjectInfo) extends PluginProject(info)
|
|||
val xsbtTest = "org.scala-tools.sbt" %% "test" % version.toString
|
||||
|
||||
override def managedStyle = ManagedStyle.Ivy
|
||||
val publishTo = Resolver.file("technically", new File("/var/dbwww/repo/"))
|
||||
val publishTo = Resolver.file("technically", new java.io.File("/var/dbwww/repo/"))
|
||||
}
|
||||
Loading…
Reference in New Issue