We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b783e0 commit 034d31bCopy full SHA for 034d31b
README.md
@@ -17,7 +17,7 @@ The simplest way to use the library;
17
<dependency>
18
<groupId>org.realityforge.arez.persist</groupId>
19
<artifactId>arez-persist-core</artifactId>
20
- <version>0.58</version>
+ <version>0.59</version>
21
</dependency>
22
```
23
* To enable the annotation processor used by the framework, you need add the following
@@ -40,7 +40,7 @@ The simplest way to use the library;
40
<path>
41
42
<artifactId>arez-persist-processor</artifactId>
43
44
</path>
45
</annotationProcessorPaths>
46
</configuration>
0 commit comments