File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## [ 0.7.3] - September 15th 2021
2+
3+ * Add GitHub Action dependencies to dependabot
4+ * Dependency updates
5+
16## [ 0.7.2] - July 29th 2021
27
38* Allow for forging Enums directly through ModelForge.build
Original file line number Diff line number Diff line change @@ -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.7.2 " )
26+ testImplementation(" io.github.hellocuriosity:model-forge:0.7.3 " )
2727}
2828```
2929
@@ -34,7 +34,7 @@ dependencies {
3434
3535``` groovy
3636dependencies {
37- testImplementation 'io.github.hellocuriosity:model-forge:0.7.2 '
37+ testImplementation 'io.github.hellocuriosity:model-forge:0.7.3 '
3838}
3939```
4040
@@ -53,7 +53,7 @@ repositories {
5353}
5454
5555dependencies {
56- testImplementation(" io.github.hellocuriosity:model-forge:0.7.2 .xx-SNAPSHOT" )
56+ testImplementation(" io.github.hellocuriosity:model-forge:0.7.3 .xx-SNAPSHOT" )
5757}
5858```
5959
@@ -68,7 +68,7 @@ repositories {
6868}
6969
7070dependencies {
71- testImplementation 'io.github.hellocuriosity:model-forge:0.7.2 .xx-SNAPSHOT'
71+ testImplementation 'io.github.hellocuriosity:model-forge:0.7.3 .xx-SNAPSHOT'
7272}
7373```
7474
You can’t perform that action at this time.
0 commit comments