Skip to content

Commit

Permalink
Merge pull request #24 from Foso/dependabot/gradle/org.jetbrains.kotl…
Browse files Browse the repository at this point in the history
…in-kotlin-scripting-jsr223-2.1.0

Bump org.jetbrains.kotlin:kotlin-scripting-jsr223 from 2.0.21 to 2.1.0
  • Loading branch information
Foso authored Dec 2, 2024
2 parents b93ccb0 + 077ef12 commit 58fde4f
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
Expand Up @@ -12,14 +12,14 @@ repositories {
}

dependencies {
implementation("org.jetbrains.kotlin:kotlin-scripting-jsr223:2.0.21")
implementation("org.jetbrains.kotlin:kotlin-scripting-jsr223:2.1.0")
implementation(kotlin("stdlib-jdk8"))
implementation(kotlin("reflect"))
implementation(kotlin("script-runtime"))
implementation(kotlin("compiler-embeddable"))
implementation(kotlin("scripting-compiler-embeddable"))
testImplementation(kotlin("test"))
runtimeOnly("org.jetbrains.kotlin:kotlin-scripting-jsr223:2.0.21")
runtimeOnly("org.jetbrains.kotlin:kotlin-scripting-jsr223:2.1.0")
}

val mainClass = "de.jensklingenberg.folders2kt.StartKt" // replace it!
Expand Down

0 comments on commit 58fde4f

Please sign in to comment.