Bumped Kotlin to version 1.9.23

This commit is contained in:
Erik C. Thauvin 2024-03-08 20:36:08 -08:00
parent b1592bc7c7
commit bafa4f4d74
Signed by: erik
GPG key ID: 776702A6A2DA330E
4 changed files with 6 additions and 6 deletions

View file

@ -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.repositories=MAVEN_LOCAL,MAVEN_CENTRAL,RIFE2_SNAPSHOTS,RIFE2_RELEASES
bld.downloadLocation=
bld.sourceDirectories=

View file

@ -34,7 +34,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)