Skip to content

Commit

Permalink
Update documentation to reflect the 0.18 release
Browse files Browse the repository at this point in the history
  • Loading branch information
realityforge committed Apr 9, 2021
1 parent 3744541 commit b20afee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/project_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ your Maven project, simply add the following to your `pom.xml`:
<dependency>
<groupId>org.realityforge.sting</groupId>
<artifactId>sting-core</artifactId>
<version>0.17</version>
<version>0.18</version>
</dependency>
...
</dependencies>
Expand All @@ -49,7 +49,7 @@ compiler plugin from within the `pom.xml`:
<path>
<groupId>org.realityforge.sting</groupId>
<artifactId>sting-processor</artifactId>
<version>0.17</version>
<version>0.18</version>
</path>
</annotationProcessorPaths>
</configuration>
Expand Down

0 comments on commit b20afee

Please sign in to comment.