mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Fix logger configuration
This commit is contained in:
@ -30,7 +30,7 @@ object TestSettingsPlugin extends AutoPlugin {
|
||||
|
||||
val testSettings = Seq(
|
||||
libraryDependencies ++= inTest(Dependencies.munit, Dependencies.scribe),
|
||||
testFrameworks += new TestFramework("munit.Framework")
|
||||
testFrameworks += TestFrameworks.MUnit
|
||||
)
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user