Skip to content

Commit

Permalink
chore: bump kotlin to v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jenspots committed Jul 20, 2024
1 parent 781e0f8 commit e465b36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
application
id("com.github.johnrengelman.shadow") version "8.1.1"
kotlin("jvm") version "1.9.22"
kotlin("jvm") version "2.0.0"
id("maven-publish")
id("co.uzzu.dotenv.gradle") version "4.0.0"
id("com.google.protobuf") version "0.9.4"
Expand Down

0 comments on commit e465b36

Please sign in to comment.