Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mfwgenerics committed Jun 5, 2023
1 parent e4cb926 commit 784cbc7
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build-logic/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ repositories {
}

dependencies {
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.0")
implementation("com.palantir.gradle.gitversion:gradle-git-version:0.15.0")
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.21")
implementation("com.palantir.gradle.gitversion:gradle-git-version:3.0.0")
}
3 changes: 3 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
plugins {
kotlin("jvm") version "1.8.21" apply false
}
2 changes: 1 addition & 1 deletion kapshot-plugin-kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id("publish")

kotlin("kapt") version "1.8.0"
kotlin("kapt") version "1.8.21"
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion readme/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
kotlin("jvm") version "1.8.0"
kotlin("jvm")

id("io.koalaql.kapshot-plugin")
id("io.koalaql.markout") version "0.0.6"
Expand Down
2 changes: 1 addition & 1 deletion testing/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id("io.koalaql.kapshot-plugin")

kotlin("jvm") version "1.8.0"
kotlin("jvm")

application
}
Expand Down

0 comments on commit 784cbc7

Please sign in to comment.