Skip to content

Commit

Permalink
Fix reference to invalid versions in Satisfactory
Browse files Browse the repository at this point in the history
  • Loading branch information
Pante committed Oct 23, 2022
1 parent 4aeb8a8 commit eac3762
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions satisfactory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<dependency>
<groupId>com.karuslabs</groupId>
<artifactId>utilitary</artifactId>
<version>${project.version}</version>
<version>1.1.3</version>
<scope>compile</scope>
</dependency>

Expand All @@ -32,7 +32,7 @@
<dependency>
<groupId>com.karuslabs</groupId>
<artifactId>elementary</artifactId>
<version>${project.version}</version>
<version>1.1.3</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit eac3762

Please sign in to comment.