mirror of
https://github.com/sbt/sbt.git
synced 2026-09-07 11:01:08 +02:00
Bumping up dependencies
This commit is contained in:
@@ -11,9 +11,7 @@ import sbt.internal.inc.ModuleUtilities
|
||||
import java.lang.reflect.{ InvocationTargetException, Method }
|
||||
import java.util.Properties
|
||||
|
||||
import sbt.librarymanagement.Configuration
|
||||
|
||||
import sbt.io.{ AllPassFilter, PathFinder }
|
||||
import sbt.syntax._
|
||||
|
||||
object ScriptedPlugin extends AutoPlugin {
|
||||
override def requires = plugins.JvmPlugin
|
||||
|
||||
@@ -29,7 +29,7 @@ final class ScriptedTests(resourceBaseDirectory: File, bufferLog: Boolean, launc
|
||||
def scriptedTest(group: String, name: String, log: Logger): Seq[() => Option[String]] =
|
||||
scriptedTest(group, name, emptyCallback, log)
|
||||
def scriptedTest(group: String, name: String, prescripted: File => Unit, log: Logger): Seq[() => Option[String]] = {
|
||||
import Path._
|
||||
import sbt.io.syntax._
|
||||
import GlobFilter._
|
||||
var failed = false
|
||||
for (groupDir <- (resourceBaseDirectory * group).get; nme <- (groupDir * name).get) yield {
|
||||
|
||||
Reference in New Issue
Block a user