Skip to content

Commit

Permalink
Update dependency io.mockk:mockk to v1.12.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and RBusarow committed Aug 23, 2022
1 parent 43e5935 commit a1b00f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
env:
macosGradleArgs: '-Dorg.gradle.jvmargs=-Xmx10g -Dfile.encoding=UTF-8 -XX:+UseParallelGC'
ubuntuGradleArgs: '-Dorg.gradle.jvmargs=-Xmx5g -Dfile.encoding=UTF-8 -XX:+UseParallelGC'
windowsGradleArgs: '-Dorg.gradle.jvmargs=-Xmx4g -Dfile.encoding=UTF-8 -XX:+UseParallelGC'
windowsGradleArgs: '-Dorg.gradle.jvmargs=-Xmx3500m -Dfile.encoding=UTF-8 -XX:+UseParallelGC'

jobs:

Expand Down Expand Up @@ -280,7 +280,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
api-level: [ 24, 29, 32 ]
api-level: [ 24, 29 ]
timeout-minutes: 25

steps:
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ kotlinx-knit-test = { module = "org.jetbrains.kotlinx:kotlinx-knit-test", versio

ktlint-gradle = { module = "org.jlleitschuh.gradle:ktlint-gradle", version.ref = "ktlint-gradle" }

mockk = "io.mockk:mockk:1.12.5"
mockk = "io.mockk:mockk:1.12.7"

rickBusarow-dispatch-core = { module = "com.rickbusarow.dispatch:dispatch-core", version.ref = "dispatch" }
rickBusarow-dispatch-detekt = { module = "com.rickbusarow.dispatch:dispatch-detekt", version.ref = "dispatch" }
Expand Down

0 comments on commit a1b00f3

Please sign in to comment.