Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
barnhill committed Dec 9, 2023
1 parent faa8b8e commit bec7561
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ plugins {

tasks {
wrapper {
gradleVersion = "8.4"
gradleVersion = "8.5"
distributionType = Wrapper.DistributionType.BIN
}
}
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
#libs
kotlinx-serialization = "1.5.1"
vanniktech-maven-publish = "0.25.3"
evalex = "3.0.5"
evalex = "3.1.0"
androidx-startup = "1.1.1"

#plugins
kotlin= "1.9.10"
gradlePlugins-agp = "8.1.2"
kotlin= "1.9.21"
gradlePlugins-agp = "8.2.0"
tomlChecker = "0.46.0"
gradleCacheFix = "2.8.1"
gradleCacheFix = "3.0"
dokka = "1.9.10"

[libraries]
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
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-8.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pluginManagement {
}

plugins {
id("com.gradle.enterprise") version "3.15.1"
id("com.gradle.enterprise") version "3.16"
}

dependencyResolutionManagement {
Expand Down

0 comments on commit bec7561

Please sign in to comment.