Skip to content

Commit

Permalink
Minor fix for Scala 3
Browse files Browse the repository at this point in the history
  • Loading branch information
darkfrog26 committed Dec 5, 2023
1 parent 65b3828 commit 212d262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/shared/src/test/scala/specs/MDCSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package specs
import org.scalatest.matchers.should.Matchers
import org.scalatest.wordspec.AnyWordSpec
import scribe.Logger
import scribe.mdc.MDC
import scribe.mdc._
import scribe.writer.CacheWriter

class MDCSpec extends AnyWordSpec with Matchers {
Expand Down

0 comments on commit 212d262

Please sign in to comment.