Skip to content

Commit

Permalink
chore: update kotlin version
Browse files Browse the repository at this point in the history
  • Loading branch information
shaksternano committed May 27, 2024
1 parent 7e57eaf commit 5d129cf
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ bin/
.fleet/

### Other ###
.kotlin/
*.log
.env
*.mapdb
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
kotlin("jvm") version "1.9.23"
kotlin("jvm") version "2.0.0"
}

allprojects {
Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ val postgreSqlVersion: String by project
val junitVersion: String by project

plugins {
kotlin("plugin.serialization") version "1.9.22"
kotlin("plugin.serialization") version "2.0.0"
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion revolt/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
val ulidKotlinVersion: String by project

plugins {
kotlin("plugin.serialization") version "1.9.22"
kotlin("plugin.serialization") version "2.0.0"
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion scripts/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
kotlin("plugin.serialization") version "1.9.22"
kotlin("plugin.serialization") version "2.0.0"
}

dependencies {
Expand Down

0 comments on commit 5d129cf

Please sign in to comment.