Update munit to 1.0.0, munit-cats-effect to 2.0.0

This commit is contained in:
eikek
2024-05-28 21:13:44 +02:00
parent 870bfd9cf0
commit 9c910d262e
7 changed files with 12 additions and 12 deletions

View File

@ -16,7 +16,7 @@ import munit.CatsEffectSuite
class DirectoryTest extends CatsEffectSuite with TestLoggingConfig {
val logger = docspell.logging.getLogger[IO]
val tempDir = ResourceFixture(
val tempDir = ResourceFunFixture(
Files[IO].tempDirectory(Path("target").some, "directory-test-", None)
)