Skip to content

Commit

Permalink
Merge pull request #81 from avisi-cloud/renovate/kotlin-monorepo
Browse files Browse the repository at this point in the history
Update kotlin monorepo to v1.7.21
  • Loading branch information
dirkgroot authored Nov 18, 2022
2 parents b04cfb8 + a5cbdad commit 8565c8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
kotlin("jvm") version "1.7.20"
kotlin("jvm") version "1.7.21"
application
}

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

runtimeOnly("org.slf4j:slf4j-simple:2.0.4")
runtimeOnly("org.jetbrains.kotlin:kotlin-scripting-jsr223:1.7.20")
runtimeOnly("org.jetbrains.kotlin:kotlin-scripting-jsr223:1.7.21")
runtimeOnly("org.codehaus.groovy:groovy-jsr223:3.0.13")
runtimeOnly("org.jruby:jruby-core:9.3.9.0")

Expand Down

0 comments on commit 8565c8e

Please sign in to comment.