Apply sbt fix

This commit is contained in:
Miroslav Prasil
2023-12-17 11:52:54 +00:00
parent 8826712259
commit dcafd7b062
2 changed files with 2 additions and 2 deletions

View File

@ -194,7 +194,7 @@ object SolrSetup {
"Add Slovak", "Add Slovak",
addContentField(Language.Slovak) addContentField(Language.Slovak)
), ),
SolrMigration.reIndexAll(37, "Re-Index after adding Slovak"), SolrMigration.reIndexAll(37, "Re-Index after adding Slovak")
) )
def addFolderField: F[Unit] = def addFolderField: F[Unit] =