Skip to content

Commit

Permalink
Update plugin org.jetbrains.kotlin.jvm to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 27, 2024
1 parent bc6f986 commit ae211d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .test/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import com.igorwojda.challenge.utils.TestUtils
import org.gradle.api.tasks.testing.logging.TestExceptionFormat

plugins {
kotlin("jvm") version "1.9.25"
kotlin("jvm") version "2.1.0"
id("com.adarshr.test-logger") version "3.2.0"
id("com.diffplug.spotless") version "6.25.0"
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import org.gradle.api.tasks.testing.logging.TestExceptionFormat

plugins {
kotlin("jvm") version "1.9.25"
kotlin("jvm") version "2.1.0"
id("com.adarshr.test-logger") version "3.2.0"
id("com.diffplug.spotless") version "6.25.0"
}
Expand Down

0 comments on commit ae211d1

Please sign in to comment.