@@ -23,7 +23,7 @@ Model Forge is a library to automate model generation for automated testing:
2323
2424``` kotlin
2525dependencies {
26- testImplementation(" io.github.hellocuriosity:model-forge:0.6 .0" )
26+ testImplementation(" io.github.hellocuriosity:model-forge:0.7 .0" )
2727}
2828```
2929
@@ -34,7 +34,7 @@ dependencies {
3434
3535``` groovy
3636dependencies {
37- testImplementation 'io.github.hellocuriosity:model-forge:0.6 .0'
37+ testImplementation 'io.github.hellocuriosity:model-forge:0.7 .0'
3838}
3939```
4040
@@ -53,7 +53,7 @@ repositories {
5353}
5454
5555dependencies {
56- testImplementation(" io.github.hellocuriosity:model-forge:0.6 .0.xx-SNAPSHOT" )
56+ testImplementation(" io.github.hellocuriosity:model-forge:0.7 .0.xx-SNAPSHOT" )
5757}
5858```
5959
@@ -68,7 +68,7 @@ repositories {
6868}
6969
7070dependencies {
71- testImplementation 'io.github.hellocuriosity:model-forge:0.6 .0.xx-SNAPSHOT'
71+ testImplementation 'io.github.hellocuriosity:model-forge:0.7 .0.xx-SNAPSHOT'
7272}
7373```
7474
@@ -160,7 +160,8 @@ _Can't find your data type? Feel free to create a pull request or open an issue_
160160
161161If you contribute to Model Forge, please feel free to add yourself to the list!
162162
163- - [ Kyle Roe] ( https://github.com/hopeman15 ) - Maintainer
164- - [ Adriaan Duz] ( https://github.com/nxtstep ) - Contributor
165- - Kotlin class definitions
166- - Forgery and forgeries property delegate
163+ * [ Kyle Roe] ( https://github.com/hopeman15 ) - Maintainer
164+ * [ Adriaan Duz] ( https://github.com/nxtstep ) - Contributor
165+ * Kotlin class definitions
166+ * Forgery and forgeries property delegate
167+ * Reified inline extension functions
0 commit comments