Skip to content

Commit

Permalink
Allow dependency on logging package
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Jan 16, 2024
1 parent 9e806f7 commit 83dd228
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ void enforceTextPackageDependencies() {

@Test
void enforceTimePackageDependencies() {
TIME.verify();
TIME.dependsOn(LOGGING).verify();
}

@Test
Expand Down

0 comments on commit 83dd228

Please sign in to comment.