Skip to content

Commit 79065bb

Browse files
committed
chore: Update fulibTables dependency in README.md and test project
1 parent 261d29c commit 79065bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ dependencies {
6868
6969
// optional (required for pattern matching):
7070
// https://mvnrepository.com/artifact/org.fulib/fulibTables
71-
testImplementation group: 'org.fulib', name: 'fulibTables', version: '1.3.0'
71+
testImplementation group: 'org.fulib', name: 'fulibTables', version: '1.4.0'
7272
}
7373
```
7474

Diff for: test/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies {
2222
testImplementation group: 'org.fulib', name: 'fulibMockups', version: '0.2.0'
2323

2424
// https://mvnrepository.com/artifact/org.fulib/fulibTables
25-
testImplementation group: 'org.fulib', name: 'fulibTables', version: '1.3.0'
25+
testImplementation group: 'org.fulib', name: 'fulibTables', version: '1.4.0'
2626
}
2727

2828
generateScenarioSource {

0 commit comments

Comments
 (0)