Bumped Kotlin version to 1.9.23

This commit is contained in:
Erik C. Thauvin 2024-03-21 13:40:00 -07:00
parent 062dfbfe39
commit 3483103c24
Signed by: erik
GPG key ID: 776702A6A2DA330E
4 changed files with 2 additions and 2 deletions

View file

@ -31,7 +31,7 @@ public class ExampleBuild extends Project {
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)