Skip to content

Commit

Permalink
fix(deps): update kotlin to v2.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 14, 2024
1 parent d56314a commit c3db091
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.0"
kotlin("plugin.serialization") version "2.0.0"
kotlin("jvm") version "2.0.10"
kotlin("plugin.serialization") version "2.0.10"
application
}

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

runtimeOnly("org.slf4j:slf4j-simple:2.0.13")
runtimeOnly("org.jetbrains.kotlin:kotlin-scripting-jsr223:2.0.0")
runtimeOnly("org.jetbrains.kotlin:kotlin-scripting-jsr223:2.0.10")
runtimeOnly("org.codehaus.groovy:groovy-jsr223:3.0.22")
runtimeOnly("org.jruby:jruby-core:9.4.8.0")

Expand Down

0 comments on commit c3db091

Please sign in to comment.