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+ ## [ 1.1.0] - October 5th 2022
2+
3+ * Dependency updates
4+ * Housekeeping and general clean up
5+
16## [ 1.0.0] - July 25th 2022
27
38* Auto publishing via CI
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Model Forge is a library to automate model generation for automated testing:
2525
2626``` kotlin
2727dependencies {
28- testImplementation(" io.github.hellocuriosity:model-forge:1.0 .0" )
28+ testImplementation(" io.github.hellocuriosity:model-forge:1.1 .0" )
2929}
3030```
3131
@@ -36,7 +36,7 @@ dependencies {
3636
3737``` groovy
3838dependencies {
39- testImplementation 'io.github.hellocuriosity:model-forge:1.0 .0'
39+ testImplementation 'io.github.hellocuriosity:model-forge:1.1 .0'
4040}
4141```
4242
@@ -55,7 +55,7 @@ repositories {
5555}
5656
5757dependencies {
58- testImplementation(" io.github.hellocuriosity:model-forge:1.0 .0.xx-SNAPSHOT" )
58+ testImplementation(" io.github.hellocuriosity:model-forge:1.1 .0.xx-SNAPSHOT" )
5959}
6060```
6161
@@ -70,7 +70,7 @@ repositories {
7070}
7171
7272dependencies {
73- testImplementation 'io.github.hellocuriosity:model-forge:1.0 .0.xx-SNAPSHOT'
73+ testImplementation 'io.github.hellocuriosity:model-forge:1.1 .0.xx-SNAPSHOT'
7474}
7575```
7676
You can’t perform that action at this time.
0 commit comments