Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit cb69ba1

Browse files
committed
Fix compile error in meta build project that was introduced by 6e1e69a
1 parent 6e1e69a commit cb69ba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/src/main/scala/org/codeoverflow/chatoverflow/build/plugins/PluginUtility.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class PluginUtility(logger: ManagedLogger) {
3434
val allPlugins = getAllPlugins(pluginSourceFolderNames)
3535

3636
// Create a sbt file with all plugin dependencies (sub projects)
37-
val sbtFile = new SbtFile("", "", allPlugins, apiProjectPath, defineRoot = true, List())
37+
val sbtFile = new SbtFile("", "", allPlugins, apiProjectPath, defineRoot = true)
3838

3939
if (sbtFile.save(pluginBuildFileName)) {
4040
logger info s"Successfully updated plugin file at '$pluginBuildFileName'."

0 commit comments

Comments
 (0)