Skip to content

Commit

Permalink
Updated to latest kotest
Browse files Browse the repository at this point in the history
  • Loading branch information
sksamuel committed Oct 1, 2023
1 parent 8beb6be commit 9edc02b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[versions]
jvm = "1.8"
kotlin = "1.6.21"
kotlinx-coroutines = "1.6.4"
kotest = "5.5.5"
kotlin = "1.8.21"
kotlinx-coroutines = "1.7.2"
kotest = "5.7.2"
spring = "5.3.30"
spring-boot = "2.7.16"
byte-buddy = "1.14.8"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-all.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 9edc02b

Please sign in to comment.