Skip to content

Commit b02168e

Browse files
committed
## What's changed?
- Fix for #98: use predefined type for all fixtures
1 parent f0d872d commit b02168e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The purpose of this project is to generate full object graphs for use in test su
2222
<dependency>
2323
<groupId>com.github.nylle</groupId>
2424
<artifactId>javafixture</artifactId>
25-
<version>2.9.8</version>
25+
<version>2.9.9</version>
2626
<scope>test</scope>
2727
</dependency>
2828
```

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>com.github.nylle</groupId>
88
<artifactId>javafixture</artifactId>
99
<packaging>jar</packaging>
10-
<version>2.9.8</version>
10+
<version>2.9.9</version>
1111

1212
<name>JavaFixture</name>
1313
<url>https://github.com/Nylle/JavaFixture</url>

0 commit comments

Comments
 (0)