mirror of
https://github.com/sbt/sbt.git
synced 2026-08-30 01:40:29 +02:00
Upgrade scalariform version
This commit is contained in:
@@ -85,7 +85,8 @@ object ScriptedPlugin extends AutoPlugin {
|
||||
try {
|
||||
scriptedRun.value.invoke(
|
||||
scriptedTests.value, sbtTestDirectory.value, scriptedBufferLog.value: java.lang.Boolean,
|
||||
args.toArray, sbtLauncher.value, scriptedLaunchOpts.value.toArray)
|
||||
args.toArray, sbtLauncher.value, scriptedLaunchOpts.value.toArray
|
||||
)
|
||||
} catch { case e: java.lang.reflect.InvocationTargetException => throw e.getCause }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user