Skip to content

Commit

Permalink
Rename Gradle dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Foso committed Oct 8, 2023
1 parent 8b94e1a commit cdd5984
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 @@ -19,7 +19,7 @@ buildscript {
classpath(libs.kotlin.serialization)
classpath(libs.android.build.gradle)
classpath (libs.licensee.gradle.plugin)
classpath(libs.gradle.plugin)
classpath(libs.ktorfit.gradle.plugin)
}
}

Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ autoServiceKsp = "1.10"
binaryCompatibilityValidator = "0.13.2"
coroutines = "1.7.3"
detekt = "1.23.1"
gradlePlugin = "1.7.0"
junit = "4.13.2"
kctfork = "0.3.2"
kotlin = "1.9.10"
kotlinPoet = "1.14.2"
kspVersion = "1.9.10-1.0.13"
ktorfit = "1.8.0-SNAPSHOT"
ktorfitGradlePlugin = "1.7.0"
ktorVersion = "2.3.4"
mockk = "1.13.8"
mockito-kotlin = "4.1.0"
Expand All @@ -22,7 +22,7 @@ android-build-gradle = "com.android.tools.build:gradle:7.4.2"
auto-service-ksp = { module = "dev.zacsweers.autoservice:auto-service-ksp", version.ref = "autoServiceKsp" }
autoService = { module = "com.google.auto.service:auto-service", version.ref = "autoService" }
gradle-maven-publish-plugin = { module = "com.vanniktech:gradle-maven-publish-plugin", version.ref = "gradleMavenPublishPlugin" }
gradle-plugin = { module = "de.jensklingenberg.ktorfit:gradle-plugin", version.ref = "gradlePlugin" }
ktorfit-gradle-plugin = { module = "de.jensklingenberg.ktorfit:gradle-plugin", version.ref = "ktorfitGradlePlugin" }
junit = { module = "junit:junit", version.ref = "junit" }
kctfork-core = { module = "dev.zacsweers.kctfork:core", version.ref = "kctfork" }
kctfork-ksp = { module = "dev.zacsweers.kctfork:ksp", version.ref = "kctfork" }
Expand Down

0 comments on commit cdd5984

Please sign in to comment.