Skip to content

Commit

Permalink
readme: version 0.25.2 (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnorberg committed Apr 2, 2022
1 parent 8696524 commit efc85e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ out.println("foobar: " + foobar);
<dependency>
<groupId>io.norberg</groupId>
<artifactId>auto-matter</artifactId>
<version>0.25.1</version>
<version>0.25.2</version>
<scope>provided</scope>
</dependency>
```
Expand Down Expand Up @@ -125,7 +125,7 @@ var foobar = ComplexFoobarBuilder.builder()
<dependency>
<groupId>io.norberg</groupId>
<artifactId>auto-matter-jackson</artifactId>
<version>0.25.1</version>
<version>0.25.2</version>
</dependency>
```

Expand All @@ -152,7 +152,7 @@ the `AutoMatterModule` is not needed as Jackson supports Records natively since
<dependency>
<groupId>io.norberg</groupId>
<artifactId>auto-matter-gson</artifactId>
<version>0.25.1</version>
<version>0.25.2</version>
</dependency>
```

Expand Down

0 comments on commit efc85e9

Please sign in to comment.