Skip to content

Commit

Permalink
Bumped to Kotlin verison 1.9.23
Browse files Browse the repository at this point in the history
Bumped Kotlin extension to version 0.9.3
  • Loading branch information
ethauvin committed Mar 9, 2024
1 parent 95a1f74 commit 88b9259
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/bld/bld-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
bld.downloadExtensionJavadoc=false
bld.downloadExtensionSources=true
bld.extensions=com.uwyn.rife2:bld-kotlin:0.9.2
bld.extensions=com.uwyn.rife2:bld-kotlin:0.9.3
bld.extension-detekt=com.uwyn.rife2:bld-detekt:0.9.2
bld.repositories=MAVEN_LOCAL,MAVEN_CENTRAL,RIFE2_SNAPSHOTS,RIFE2_RELEASES
bld.downloadLocation=
Expand Down
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, 22);
final var kotlin = version(1, 9, 23);
scope(compile)
.include(dependency("org.jetbrains.kotlin", "kotlin-stdlib", kotlin));
scope(test)
Expand Down

0 comments on commit 88b9259

Please sign in to comment.