Skip to content

Commit

Permalink
Bump org.robolectric:robolectric from 4.10.3 to 4.11.1 (#46)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ryan Fung <[email protected]>
  • Loading branch information
dependabot[bot] and gruffins authored Nov 8, 2023
1 parent 15526c6 commit 9e9fde7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ jobs:
strategy:
matrix:
version:
- '33,32'
- '31,30,29,28,27'
- '26,25,24,23,22'
- '21,19,18,17,16'
- '33,32,31,30'
- '29,28,27,26,25'
- '24,23,22,21,19'
name: Specs
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion birch/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ android {
}

dependencies {
testImplementation 'org.robolectric:robolectric:4.10.3'
testImplementation 'org.robolectric:robolectric:4.11.1'
testImplementation 'junit:junit:4.13.2'
testImplementation 'io.mockk:mockk:1.13.7'
}
Expand Down

0 comments on commit 9e9fde7

Please sign in to comment.