Skip to content

Commit

Permalink
Update plugin org.jetbrains.kotlin.jvm to v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 27, 2024
1 parent 588f55f commit a233d44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id("java")
id("org.jetbrains.kotlin.jvm") version ("2.0.0")
id("org.jetbrains.kotlin.jvm") version ("2.1.0")
}

group = "io.github.yamin8000"
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 "2.0.0"
kotlin("jvm") version "2.1.0"
}

group = "io.github.yamin8000.quera"
Expand Down

0 comments on commit a233d44

Please sign in to comment.