Skip to content

Commit

Permalink
Merge pull request #26 from adidas/feature/bump_dependencies
Browse files Browse the repository at this point in the history
Update kotest dependency.
  • Loading branch information
sherviiin committed Mar 15, 2024
2 parents 881b218 + b38ea11 commit 85b3382
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
kotlin = "1.9.22"
coroutines = "1.8.0"
kotest = "5.8.0"
kotest = "5.8.1"
ktlint-lib = "1.2.1"
mvi = "1.7.0"
activity = "1.8.2"
Expand Down
2 changes: 1 addition & 1 deletion mvi-kotest/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
POM_ARTIFACT_ID=mvi-kotest
GROUP=com.adidas.mvi
VERSION_CODE=1
VERSION_NAME=0.0.1
VERSION_NAME=0.0.2
POM_NAME=Adidas MVI Kotest
POM_DESCRIPTION=Adidas MVI Kotest
POM_PACKAGING=aar

0 comments on commit 85b3382

Please sign in to comment.