diff --git a/docs/docs/_includes/_js-bottom-docs.html b/docs/docs/_includes/_js-bottom-docs.html index f39c727cb..4b00cbea0 100644 --- a/docs/docs/_includes/_js-bottom-docs.html +++ b/docs/docs/_includes/_js-bottom-docs.html @@ -1,5 +1,5 @@ - + diff --git a/gradle/projects.libs.versions.toml b/gradle/projects.libs.versions.toml index 940f715d4..bb70d0f98 100644 --- a/gradle/projects.libs.versions.toml +++ b/gradle/projects.libs.versions.toml @@ -1,18 +1,18 @@ [versions] -arrow = "1.2.0-RC" -arrowGradleConfig = "0.12.0-rc.3" +arrow = "1.2.1" +arrowGradleConfig = "0.12.0-rc.6" assertj = "3.24.2" -classgraph = "4.8.157" +classgraph = "4.8.164" dokka = "1.8.10" intellijOpenApi = "7.0.3" javaAssist = "3.29.2-GA" -junit = "5.9.2" +junit = "5.10.1" kotlin = "1.8.21" kotlinCompileTesting = "1.5.0" javaCompileTesting = "0.21.0" -kotlinBinaryCompatibilityValidator = "0.13.0" -detekt = "1.22.0" -ksp = "1.8.21-1.0.11" +kotlinBinaryCompatibilityValidator = "0.13.2" +detekt = "1.23.3" +ksp = "1.9.20-1.0.14" [libraries] arrowCore = { module = "io.arrow-kt:arrow-core", version.ref = "arrow" } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index e1bef7e87..e411586a5 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists