From b02168e21f67453e02df62ffc706a153fbb23db6 Mon Sep 17 00:00:00 2001 From: Andreas Kutschera Date: Mon, 23 Oct 2023 18:48:23 +0200 Subject: [PATCH] ## What's changed? - Fix for #98: use predefined type for all fixtures --- README.md | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index befb24f..22806f2 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ The purpose of this project is to generate full object graphs for use in test su com.github.nylle javafixture - 2.9.8 + 2.9.9 test ``` diff --git a/pom.xml b/pom.xml index 913d15c..c429fdf 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ com.github.nylle javafixture jar - 2.9.8 + 2.9.9 JavaFixture https://github.com/Nylle/JavaFixture