Skip to content

Commit 2ac568e

Browse files
committed
Update documentation to reflect the 0.38 release
1 parent 2dde460 commit 2ac568e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/project_setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ your Maven project, simply add the following to your `pom.xml`:
2222
<dependency>
2323
<groupId>org.realityforge.sting</groupId>
2424
<artifactId>sting-core</artifactId>
25-
<version>0.37</version>
25+
<version>0.38</version>
2626
</dependency>
2727
...
2828
</dependencies>
@@ -49,7 +49,7 @@ compiler plugin from within the `pom.xml`:
4949
<path>
5050
<groupId>org.realityforge.sting</groupId>
5151
<artifactId>sting-processor</artifactId>
52-
<version>0.37</version>
52+
<version>0.38</version>
5353
</path>
5454
</annotationProcessorPaths>
5555
</configuration>

0 commit comments

Comments
 (0)