Skip to content

Commit

Permalink
Update project dependencies and Gradle version
Browse files Browse the repository at this point in the history
This commit updates the versions of Kotest and Serialization in the project's gradle.properties file, and also upgrades Gradle version in build.gradle.kts. These updates are made to use the latest features and improvements offered by these versions.
  • Loading branch information
timakden committed Jun 10, 2024
1 parent 62a7f9f commit 0db964e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ tasks {
useJUnitPlatform()
}
wrapper {
gradleVersion = "8.7"
gradleVersion = "8.8"
}
}

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Dependencies
arrowVersion=1.2.4
coroutinesVersion=1.8.1
kotestVersion=5.9.0
kotestVersion=5.9.1
kotlinVersion=2.0.0
serializationVersion=1.6.3
serializationVersion=1.7.0

# Other settings
kotlin.code.style=official

0 comments on commit 0db964e

Please sign in to comment.