mirror of
https://github.com/sbt/sbt.git
synced 2026-09-04 00:41:32 +02:00
correct error
This commit is contained in:
@@ -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/"))
|
||||
}
|
||||
Reference in New Issue
Block a user