Upgrade scalariform version

This commit is contained in:
Dale Wijnand
2016-12-11 12:13:11 +00:00
parent 6a46c62524
commit 43821667bf
56 changed files with 469 additions and 371 deletions
@@ -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 }
}