Skip to content

Commit a433d36

Browse files
Bump org.jetbrains.kotlin:kotlin-scripting-jsr223 from 2.0.0 to 2.1.0
Bumps [org.jetbrains.kotlin:kotlin-scripting-jsr223](https://github.com/JetBrains/kotlin) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.1.0/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-scripting-jsr223 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9ed488d commit a433d36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ dependencies {
134134
exclude("org.biojava.thirdparty", "forester")
135135
}
136136
}
137-
implementation("org.jetbrains.kotlin:kotlin-scripting-jsr223:2.0.0")
137+
implementation("org.jetbrains.kotlin:kotlin-scripting-jsr223:2.1.0")
138138
api("graphics.scenery:art-dtrack-sdk:2.6.0")
139139

140140
testImplementation(kotlin("test"))

0 commit comments

Comments
 (0)