Skip to content

Commit

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

Bump kotlin_version from 2.0.21 to 2.1.0
  • Loading branch information
dbarashev authored Nov 28, 2024
2 parents 66557f2 + aae404a commit 12315e6
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.21'
ext.kotlin_version = '2.1.0'
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.21"
kotlin_version = "2.1.0"
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.21'
ext.kotlin_version = '2.1.0'
repositories {
mavenCentral()
}
Expand Down

0 comments on commit 12315e6

Please sign in to comment.