Skip to content

Commit

Permalink
fix(deps): update kotlin to v2.1.0 (#645)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 12, 2024
1 parent c95de70 commit be0eda7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import org.jetbrains.kotlin.gradle.dsl.JvmTarget

plugins {
kotlin("jvm") version "2.0.21"
kotlin("plugin.serialization") version "2.0.21"
kotlin("jvm") version "2.1.0"
kotlin("plugin.serialization") version "2.1.0"
application
}

Expand Down Expand Up @@ -39,7 +39,7 @@ dependencies {
implementation("org.eclipse.jetty.websocket:jetty-websocket-jetty-server:12.0.15")

runtimeOnly("org.slf4j:slf4j-simple:2.0.16")
runtimeOnly("org.jetbrains.kotlin:kotlin-scripting-jsr223:2.0.21")
runtimeOnly("org.jetbrains.kotlin:kotlin-scripting-jsr223:2.1.0")
runtimeOnly("org.codehaus.groovy:groovy-jsr223:3.0.23")
runtimeOnly("org.jruby:jruby-core:9.4.9.0")

Expand Down

0 comments on commit be0eda7

Please sign in to comment.