Skip to content

Commit

Permalink
Bumped Kotlin to version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ethauvin committed May 22, 2024
1 parent 72604a9 commit aad7cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bld/java/com/example/ExampleBuild.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public ExampleBuild() {
autoDownloadPurge = true;
repositories = List.of(MAVEN_LOCAL, MAVEN_CENTRAL, RIFE2_RELEASES);

final var kotlin = version(1, 9, 24);
final var kotlin = version(2, 0, 0);
scope(compile)
.include(dependency("org.jetbrains.kotlin", "kotlin-stdlib", kotlin));
scope(test)
Expand Down

0 comments on commit aad7cc5

Please sign in to comment.