Skip to content

Commit

Permalink
Merge pull request #99 from avisi-cloud/renovate/kotlin-monorepo
Browse files Browse the repository at this point in the history
Update kotlin monorepo to v1.7.22
  • Loading branch information
dirkgroot committed Nov 28, 2022
2 parents b5debfe + 3b69204 commit 983ca89
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.21"
kotlin("jvm") version "1.7.22"
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.5")
runtimeOnly("org.jetbrains.kotlin:kotlin-scripting-jsr223:1.7.21")
runtimeOnly("org.jetbrains.kotlin:kotlin-scripting-jsr223:1.7.22")
runtimeOnly("org.codehaus.groovy:groovy-jsr223:3.0.13")
runtimeOnly("org.jruby:jruby-core:9.3.9.0")

Expand Down

0 comments on commit 983ca89

Please sign in to comment.