Skip to content

Commit

Permalink
Merge pull request #2582 from bardsoftware/dependabot/gradle/kotlin_v…
Browse files Browse the repository at this point in the history
…ersion-2.0.21

Bump kotlin_version from 2.0.20 to 2.0.21
  • Loading branch information
dbarashev authored Oct 11, 2024
2 parents 5076a7d + 23f06c2 commit bc499c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion biz.ganttproject.mxgraph/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '2.0.20'
ext.kotlin_version = '2.0.21'
repositories {
mavenCentral()
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ allprojects {
ext {
libDir = 'lib'
mvnDir = 'lib/mvn'
kotlin_version = "2.0.20"
kotlin_version = "2.0.21"
java_version = "21"
javaExportOptions = [
'--add-exports', 'javafx.controls/com.sun.javafx.scene.control.behavior=ALL-UNNAMED',
Expand Down
2 changes: 1 addition & 1 deletion ganttproject-tester/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '2.0.20'
ext.kotlin_version = '2.0.21'
repositories {
mavenCentral()
}
Expand Down

0 comments on commit bc499c3

Please sign in to comment.