Skip to content

Commit

Permalink
Fix dependency declaration.
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed May 7, 2024
1 parent e48d30b commit fd0a841
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions com.io7m.jlexing.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.io7m.immutables.style</groupId>
<artifactId>com.io7m.immutables.style</artifactId>
<groupId>com.io7m.immutables-style</groupId>
<artifactId>com.io7m.immutables-style</artifactId>
<scope>provided</scope>
</dependency>

Expand Down

0 comments on commit fd0a841

Please sign in to comment.